From f87eab073d2d36445b533f905dd577640f29c1cf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 11:49:24 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c969f1a..6603e56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Cheese, Egg, Milk, Sparkles, Sprout } from "lucide-react"; +import { CookingPot, Egg, Milk, Sparkles, Sprout } from "lucide-react"; export default function LandingPage() { return ( @@ -47,9 +47,9 @@ export default function LandingPage() { {title:"Cheese Varieties",values:[15,20,25],description:"Handcrafted with care."} ], logoIcon: Sparkles, - sidebarItems: [{icon:Milk,active:true},{icon:Cheese},{icon:Sprout}], + sidebarItems: [{icon:Milk,active:true},{icon:CookingPot},{icon:Sprout}], buttons: [{text:"Farm Tour",href:"#"},{text:"Recipes",href:"#"}], - listItems: [{icon:Milk,title:"Fresh Whole Milk",status:"Daily"},{icon:Cheese,title:"Aged Cheddar",status:"Popular"},{icon:Egg,title:"Farm Eggs",status:"Available"}], + listItems: [{icon:Milk,title:"Fresh Whole Milk",status:"Daily"},{icon:CookingPot,title:"Aged Cheddar",status:"Popular"},{icon:Egg,title:"Farm Eggs",status:"Available"}], imageSrc: "https://img.b2bpic.net/free-photo/different-types-cheese-wooden-background-composition-delicatessen-concept-gourmet-cheeses_169016-4622.jpg", searchPlaceholder: "Search dairy products...", chartTitle: "Monthly Sales Trend", chartData: [{value:50},{value:30},{value:70},{value:40},{value:90}], listTitle: "Latest Additions" }} -- 2.49.1 From 3d182d03cc37d22fd0b3d1a5fe6d61ab51df98dc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 11:49:25 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index a3b18d9..2998554 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -109,7 +109,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="extrabold" > -