From 610b48abd8a5342a3c184166fcbd9e4e52a8c26c Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 16:35:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c6234a..c0840ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -7,7 +7,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Sparkles, Leaf, Heart, Truck, Award } from 'lucide-react'; @@ -98,7 +98,6 @@ export default function LandingPage() { }, ]} gridVariant="uniform-all-items-equal" - carouselMode="buttons" animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" @@ -194,4 +193,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file