diff --git a/src/app/page.tsx b/src/app/page.tsx index ac7f39a..024834a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,10 +73,10 @@ export default function LandingPage() { tagIcon={UtensilsCrossed} products={[ { - id: "1", name: "Chicken Sandwich", price: "$4.99", variant: "Classic Crispy with Pickles", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-with-bread-crumbs-vegetables-blue-plate_114579-58156.jpg", imageAlt: "Crispy chicken sandwich" + id: "1", name: "Chicken Sandwich", price: "$4.99", variant: "Classic Crispy with Pickles", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-with-bread-crumbs-vegetables-blue-plate_114579-58156.jpg?_wi=1", imageAlt: "Crispy chicken sandwich" }, { - id: "2", name: "Chicken Nuggets", price: "$5.49", variant: "Bite-Sized Tender Pieces", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-with-bread-crumbs-vegetables-blue-plate_114579-58156.jpg", imageAlt: "Golden chicken nuggets" + id: "2", name: "Chicken Nuggets", price: "$5.49", variant: "Bite-Sized Tender Pieces", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-with-bread-crumbs-vegetables-blue-plate_114579-58156.jpg?_wi=2", imageAlt: "Golden chicken nuggets" }, { id: "3", name: "Waffle Fries", price: "$3.29", variant: "Crispy Golden Fries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-waffles-plate-with-grated-cheese_23-2148422790.jpg", imageAlt: "Crispy waffle-cut fries"