From 77a3f0365ad55edd6888e61fddf2d2559c55fed1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 19:32:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 47 ++++++++++++++++------------------------------- 1 file changed, 16 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c60acf0..bbc282b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,12 +5,12 @@ import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Award, CookingPot, Feather, Flame, Heart, Leaf, MapPin, Sparkles, Star, Users, Utensils, Wine } from "lucide-react"; @@ -141,37 +141,22 @@ export default function LandingPage() {
-