From 425ed6cbc1d6ffed13e4c52a55b077bdbd033970 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 15:42:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 61 ++++++++++++++++-------------------------------- 1 file changed, 20 insertions(+), 41 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b24d4d5..fa68154 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { CheckCircle, Leaf, Recycle, Shield, Sparkles, Zap, Globe } from "lucide-react"; export default function LandingPage() { @@ -75,15 +75,15 @@ export default function LandingPage() {
-
-
- -
-
- +
@@ -149,7 +129,6 @@ export default function LandingPage() { faqs={[ { id: "f1", title: "Are your products vegan?", content: "Yes, all our creams are entirely plant-based and cruelty-free." }, { id: "f2", title: "How long until I see results?", content: "Most users report visibly brighter skin within 7 days of daily use." }, - { id: "f3", title: "Do you ship internationally?", content: "Yes, we ship to most countries worldwide with flat-rate shipping." }, ]} title="Common Questions" description="Learn more about our products and ingredients." @@ -180,4 +159,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1