Skip to content

Commit a7e2ce6

Browse files
Improve middle section
1 parent c8498cd commit a7e2ce6

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

src/components/Features1.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ export const Features1 = () => {
2626
<span className="rainbow-text-gradient font-extrabold">Discover</span> Web X
2727
</h2>
2828
<p className="mb-10 text-secondaryText leading-loose">
29-
Web X is a minimal and powerful framework designed for developers who need high-performance and scalable web backends, REST APIs, and hypermedia systems.
29+
30+
Web X is a minimal and powerful framework designed to <b>optimize productivity</b> for developers to build <b>high-performance</b> and <b>scalable</b> web application backends, REST APIs, and hypermedia systems.
3031
</p>
3132
<ul className="mb-6 text-primaryText">
3233
<li className="mb-4 flex">

src/components/FeaturesDiagonal.jsx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,16 @@ export const FeaturesDiagonal = () => {
3232
>
3333
<div className=" 2xl:w-[1150px] xl:w-[1050px] md:w-4/5 flex justify-center bg-bgDark1 pt-12 lg:pt-24 pb-8 lg:pb-20 mx-auto lg:flex-row flex-col">
3434
<div className="w-3/4 lg:w-1/2 flex flex-col lg:mx-unset mx-auto">
35-
<span className="block-subtitle">Accelerate Your Success</span>
35+
<span className="block-subtitle">Accelerate Your Development</span>
3636
<h2 className="mt-10 mb-8 text-4xl lg:text-5xl block-big-title">
37-
Build &amp; Launch without problems
37+
Scale with <span className="rainbow-text-gradient font-extrabold">Confidence</span>
3838
</h2>
39-
<p className="mb-16 text-secondaryText leading-loose">
40-
Our platform enables you to launch your data-driven projects with
41-
ease. Boost productivity and achieve better results. Empower your
42-
decision-making with advanced analytics.
43-
<br />
44-
Join the movement and start building with Web X today.
39+
<p className="mb-4 text-secondaryText leading-loose">
40+
Web X allow you applications to scale seamlessly as demand increase.
41+
Focus on business logic writing clean and maintainable code while Web X handles the heavy lifting.
42+
We built Web X for your success.
4543
</p>
44+
<p className="mb-8 font-Bungee font-bold text-secondaryColor">Embrace the future &nbsp; &mdash; &nbsp; start building today</p>
4645
<a
4746
href="https://docs.webx.sh/"
4847
target="_blank"

src/components/Sponsor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const Sponsor = () => {
4646
<div className="lg:mb-0 w-full px-2 lg:px-0">
4747
<img src={people.src} alt="Feature image 5" className="rounded-xl h-full w-full pl-5" />
4848
</div>
49-
<p className="mb-6 text-secondaryText leading-loose font-Bungee font-semibold text-center px-3">
49+
<p className="mb-6 leading-loose font-Bungee font-bold text-secondaryColor text-center px-3">
5050
<b className="underline underline-offset-8">100%</b> of all funds go to maintainers and community initiatives.
5151
</p>
5252
</div>

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import "../styles/Diagonals.css";
2424
<Features2 client:load />
2525
<FeaturesDiagonal client:load />
2626
<!-- <Pricing client:load /> -->
27-
<Testimonials client:load />
28-
<Brands client:load />
27+
<!-- <Testimonials client:load /> -->
28+
<!-- <Brands client:load /> -->
2929
<Sponsor client:load />
3030
<!-- <Blog client:load /> -->
3131
<FAQ client:load />

0 commit comments

Comments
 (0)