From 643408c7c20d3529ed898f4196780c3fde52aa29 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:23:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 139 +++++++++++++++++++++++++---------------------- 1 file changed, 73 insertions(+), 66 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80dec03..4b62503 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,13 @@ 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 FooterCard from '@/components/sections/footer/FooterCard'; import { Zap, Sparkles, TrendingUp, Heart, HelpCircle } from "lucide-react"; export default function LandingPage() { @@ -41,7 +40,7 @@ export default function LandingPage() {
-
-
-
+
+ +
+
-
- +
+

Founder Love

+

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

+
+ {[ + { + name: "Alex Chen", role: "Founder & CEO", testimonial: "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.", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/a-professional-headshot-of-a-confident-m-1772549677631-fe254b42.png" + }, + { + name: "Sarah Martinez", role: "CTO", testimonial: "We tried hiring developers locally but the costs were astronomical. Webild delivered better quality code at 60% of the cost.", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/a-professional-headshot-of-a-female-cto--1772549675414-bd393948.png" + }, + { + name: "James Wilson", role: "Product Manager", testimonial: "The communication was exceptional. We had weekly updates, quick turnarounds on feedback, and they guided us on product decisions.", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/a-professional-headshot-of-a-male-produc-1772549675516-58be5645.png" + } + ].map((testimonial, index) => ( +
+ {testimonial.name} +

"{testimonial.testimonial}"

+

{testimonial.name}

+

{testimonial.role}

+
+ ))} +
+
@@ -190,22 +210,22 @@ export default function LandingPage() { tagIcon={HelpCircle} faqs={[ { - id: "1", title: "How long does an MVP typically take?", content: "Most MVPs take 4-8 weeks from kickoff to launch. This includes requirements gathering, design, development, testing, and 2 iteration cycles. Timeline can be adjusted based on scope and complexity. We provide fixed timelines upfront so there are no surprises." + id: "1", title: "How long does an MVP typically take?", content: "Most MVPs take 4-8 weeks from kickoff to launch. This includes requirements gathering, design, development, testing, and 2 iteration cycles. Timeline can be adjusted based on scope and complexity." }, { - id: "2", title: "What's your pricing model?", content: "We offer fixed-price packages for standard MVP scopes, typically ranging from $50K-$150K. This includes the full development lifecycle, not just code. We also offer time-and-materials engagement for more complex or exploratory projects. Transparent pricing with no hidden fees." + id: "2", title: "What's your pricing model?", content: "We offer fixed-price packages for standard MVP scopes, typically ranging from $50K-$150K. This includes the full development lifecycle, not just code." }, { - id: "3", title: "What tech stack do you use?", content: "We build modern, scalable applications using React/Next.js for frontend, Node.js/Python for backend, and cloud infrastructure like AWS or GCP. We choose the best tools for your specific use case. All codebases follow industry best practices and are production-ready." + id: "3", title: "What tech stack do you use?", content: "We build modern, scalable applications using React/Next.js for frontend, Node.js/Python for backend, and cloud infrastructure like AWS or GCP." }, { - id: "4", title: "Can you help with fundraising?", content: "Absolutely. We have experience working with founders during fundraising rounds. We can help prepare technical documentation, architecture diagrams, and demo environments that impress investors. Many of our clients have successfully raised seed and Series A funding with MVPs we built." + id: "4", title: "Can you help with fundraising?", content: "Absolutely. We have experience working with founders during fundraising rounds. We can help prepare technical documentation and demo environments that impress investors." }, { - id: "5", title: "What if I need to pivot or make changes?", content: "Iteration is built into our process. We schedule 2 major iteration cycles into every project. We're agile and responsive to feedback. Changes within scope are handled during these cycles; significant scope expansions can be managed via project extensions." + id: "5", title: "What if I need to pivot or make changes?", content: "Iteration is built into our process. We schedule 2 major iteration cycles into every project. We're agile and responsive to feedback." }, { - id: "6", title: "Do you provide post-launch support?", content: "Yes. We offer 30 days of post-launch support included with every project, covering bug fixes and minor optimizations. Beyond that, we offer ongoing support packages for continued feature development, scaling, and optimization as your user base grows." + id: "6", title: "Do you provide post-launch support?", content: "Yes. We offer 30 days of post-launch support included with every project, covering bug fixes and minor optimizations." } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-showing-a-diverse-team-c-1772549676060-783dcc25.png" @@ -218,27 +238,14 @@ export default function LandingPage() { />
-
- -
-