From f2a55c79dadca8cd4c3ed85d5a9249821bcd7c57 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 02:48:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 94 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 74 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bcf4b58..8a2ba10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,12 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Award, Instagram, Linkedin, Sparkles, Star, Twitter } from "lucide-react"; @@ -34,7 +34,7 @@ export default function LandingPage() { name: "Home", id: "home" }, { - name: "About", id: "about" + name: "Our Process", id: "seven-steps-to-client" }, { name: "Curriculum", id: "features" @@ -57,12 +57,24 @@ export default function LandingPage() {
-
-
- +
@@ -161,10 +215,10 @@ export default function LandingPage() { id: "2", name: "Michael Chen", handle: "@mchen_dev", testimonial: "The proposal framework alone was worth the investment. It helped me win a major contract I never thought possible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFHEYmmiS2gGfSGgOhIws3MVkx/professional-headshot-of-a-successful-co-1774233729817-f8d308e1.png", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "@emily_digital", testimonial: "I used to struggle with pricing, but now I confidently charge what I'm worth. My revenue has never been higher!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFHEYmmiS2gGfSGgOhIws3MVkx/professional-headshot-of-a-successful-co-1774233730376-e4b288db.png", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "@emily_digital", testimonial: "I used to struggle with pricing, but now I confidently charge what I'm worth. My revenue has never been higher!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFHEYmmiS2gGfSGgOhIws3MVkx/professional-headshot-of-a-successful-co-1774233730376-e4b288db.png", alt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", handle: "@davidk_agency", testimonial: "The scaling strategies were a game-changer for my agency. We're growing faster and more efficiently than ever before.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFHEYmmiS2gGfSGgOhIws3MVkx/professional-headshot-of-a-successful-co-1774233729302-33d9b0c7.png", imageAlt: "David Kim" + id: "4", name: "David Kim", handle: "@davidk_agency", testimonial: "The scaling strategies were a game-changer for my agency. We're growing faster and more efficiently than ever before.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFHEYmmiS2gGfSGgOhIws3MVkx/professional-headshot-of-a-successful-co-1774233729302-33d9b0c7.png", alt: "David Kim" } ]} title="Hear From Our Successful Students" @@ -266,4 +320,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1