From 12dffcd24ab97fbd69ce9e43ed517731d1359db8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 12:10:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 314 +++++++---------------------------------------- 1 file changed, 46 insertions(+), 268 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88e5fe1..edc8678 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TextAbout from '@/components/sections/about/TextAbout'; import { Award, Shield, Zap } from "lucide-react"; export default function LandingPage() { @@ -29,234 +29,75 @@ export default function LandingPage() { >
-
-
-
-
-
@@ -265,21 +106,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "Is the code exportable?", - content: "Yes, you can export your site code at any time for custom hosting.", - }, - { - id: "q2", - title: "Do I need coding skills?", - content: "Absolutely not. Our platform generates production-ready code based on your prompt.", - }, - { - id: "q3", - title: "Can I customize the design?", - content: "Yes, you can refine any generated section using our intuitive design editor.", - }, + { id: "q1", title: "Is the code exportable?", content: "Yes, you can export your site code at any time." }, + { id: "q2", title: "Do I need coding skills?", content: "No, our AI handles the generation process." }, ]} title="Frequently Asked Questions" description="Quick answers to help you get started." @@ -289,29 +117,12 @@ export default function LandingPage() {
@@ -319,43 +130,10 @@ export default function LandingPage() {