From d378232109a95849cde02a4a65df95b3f83d03b9 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 16:35:29 +0000 Subject: [PATCH 1/4] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4448188..491a381 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1258,4 +1258,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 610b48abd8a5342a3c184166fcbd9e4e52a8c26c Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 16:35:30 +0000 Subject: [PATCH 2/4] 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 From 38a0c2a63edfddc93bf26916b4d237cb5e0947fc Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 16:35:31 +0000 Subject: [PATCH 3/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 73240bb..788defb 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Sparkles, Leaf, Heart } from 'lucide-react'; @@ -37,14 +37,14 @@ export default function PricingPage() {
-
@@ -95,4 +94,4 @@ export default function PricingPage() { ); -} +} \ No newline at end of file From f66393042a5fd1ef9e40da3295c881a70b8de3b4 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 16:35:31 +0000 Subject: [PATCH 4/4] Update src/app/products/page.tsx --- src/app/products/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 0bfe2e2..5710d50 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -83,7 +83,6 @@ export default function ProductsPage() { tagIcon={Leaf} products={allProducts} gridVariant="three-columns-all-equal-width" - carouselMode="buttons" animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" @@ -96,4 +95,4 @@ export default function ProductsPage() { ); -} +} \ No newline at end of file