From fbed8ecc2ff4077e7812290be0e30e51aff6cc17 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:02:42 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) 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" /> - -
-
-
₹550
-
- - -
-
-
); -- 2.49.1