diff --git a/src/app/page.tsx b/src/app/page.tsx index 64bdd93..9188a86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,10 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import { ArrowRight } from "lucide-react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -53,7 +53,7 @@ export default function LandingPage() { { value: "100%", label: "Quality" }, ]} enableKpiAnimation={true} - buttons={[{ text: "Shop Now", href: "#products" }]} + buttons={[{ text: "Shop The Mindset", href: "#products" }]} imageSrc="http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267430.jpg" imageAlt="urban fashion model streetwear" mediaAnimation="slide-up" @@ -168,42 +168,46 @@ export default function LandingPage() {
-
-
); -} +} \ No newline at end of file