From 5f3c4a494b7865f7d78bd70e80281fed0e51a8c7 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 08:26:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3efc4b..6dd077e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { ChefHat, Clock, Heart, History, Leaf, Sparkles, Star, Wine } from 'lucide-react'; +import { ChefHat, Clock, Heart, History, Leaf, Sparkles, Star, Wine, Package } from 'lucide-react'; export default function LandingPage() { return ( @@ -78,27 +78,28 @@ export default function LandingPage() {
-