From 50c48fba0bf71c166398d669c73c4b6c0f283b0f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:26:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"