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" }} 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" > -