diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 60b6f07..df7f2be 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -7,7 +7,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { ShoppingCart, MessageCircle, Instagram, Facebook, Star } from "lucide-react"; +import { ShoppingCart, MessageCircle, Star } from "lucide-react"; export default function ProductPage() { return ( @@ -43,6 +43,7 @@ export default function ProductPage() { title="Artisanal Cacao, Hand-Tempered." description="Discover our signature 70% single-origin dark chocolate, infused with Yercaud coffee beans for an unparalleled finish." imageSrc="http://img.b2bpic.net/free-photo/chocolate-roll-with-coffee-beans-pinecones-high-quality-photo_114579-26596.jpg" + enableKpiAnimation={true} kpis={[ { value: "70%", label: "Dark Cacao" }, { value: "48h", label: "Stone Ground" }, @@ -100,20 +101,6 @@ export default function ProductPage() { bottomRightText="All Rights Reserved" /> - -