From 52140339fdda6d4abf43510258dcc812a381d26a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:08:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 184 ++++++++++++++++++++++++++++------------------- 1 file changed, 109 insertions(+), 75 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb132cc..95e1cea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import HeroCentered from '@/components/sections/hero/HeroCentered'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import ContactText from '@/components/sections/contact/ContactText'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Zap, Sparkles, TrendingUp, Heart, HelpCircle } from "lucide-react"; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Zap, Sparkles, TrendingUp, Heart, HelpCircle, Check } from "lucide-react"; export default function LandingPage() { return ( @@ -41,7 +40,7 @@ export default function LandingPage() {
-
-
-
+
+ +
+
-
- +
+
+
+
+ Reviews +
+

Founder Love

+

What early-stage founders and startup CTOs have to say about working with us.

+ +
+
+
+ {[...Array(5)].map((_, i) => ( + + + + ))} +
+

"Webild turned our idea into a fully functional MVP in just 6 weeks. Their transparent process made us feel like true partners, not just another client."

+

Alex Chen

+

Founder & CEO

+
+ +
+
+ {[...Array(5)].map((_, i) => ( + + + + ))} +
+

"Webild delivered better quality code at 60% of the cost. Their startup expertise meant they understood our constraints and shipped exactly what we needed."

+

Sarah Martinez

+

CTO

+
+
+
+
+
@@ -215,27 +262,14 @@ export default function LandingPage() { />
-
- -
- -- 2.49.1