diff --git a/src/app/page.tsx b/src/app/page.tsx index 186e1a9..33a428b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,15 +154,15 @@ export default function HomePage() { buttonAnimation="slide-up" products={[ { - id: "mias-breakfast", name: "Mia's Breakfast", price: "Full Menu", variant: "House Favorite", imageSrc: "http://img.b2bpic.net/free-photo/smoothie-berry-cheesecake-breakfast-table_23-2148067167.jpg?_wi=1", imageAlt: "Mia's signature breakfast with eggs, toast, and bacon"}, + id: "mias-breakfast", name: "Mia's Breakfast", price: "$10–$14", variant: "House Favorite", imageSrc: "http://img.b2bpic.net/free-photo/smoothie-berry-cheesecake-breakfast-table_23-2148067167.jpg?_wi=1", imageAlt: "Mia's signature breakfast with eggs, toast, and bacon"}, { - id: "cake-eggs", name: "Cake & Eggs", price: "Full Menu", variant: "Sweet & Savory", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pancakes-with-honey-fruits-light-floor-sweet-milk-fruit_140725-82099.jpg?_wi=1", imageAlt: "Fluffy pancakes or French toast with eggs"}, + id: "cake-eggs", name: "Cake & Eggs", price: "$9–$12", variant: "Sweet & Savory", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pancakes-with-honey-fruits-light-floor-sweet-milk-fruit_140725-82099.jpg?_wi=1", imageAlt: "Fluffy pancakes or French toast with eggs"}, { - id: "country-fried-steak", name: "Country Fried Steak Breakfast", price: "Full Menu", variant: "Hearty Classic", imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissant-cookie-cornflakes-chia-seeds-pudding-fig-slices-cloth_23-2147956845.jpg?_wi=1", imageAlt: "Country fried steak with eggs and biscuits"}, + id: "country-fried-steak", name: "Country Fried Steak Breakfast", price: "$12–$15", variant: "Hearty Classic", imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissant-cookie-cornflakes-chia-seeds-pudding-fig-slices-cloth_23-2147956845.jpg?_wi=1", imageAlt: "Country fried steak with eggs and biscuits"}, { - id: "eggs-benedict", name: "Classic Eggs Benedict", price: "Full Menu", variant: "Elegant Choice", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fruits-plate_140725-5606.jpg?_wi=1", imageAlt: "Perfectly poached eggs with hollandaise on English muffin"}, + id: "eggs-benedict", name: "Classic Eggs Benedict", price: "$11–$13", variant: "Elegant Choice", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fruits-plate_140725-5606.jpg?_wi=1", imageAlt: "Perfectly poached eggs with hollandaise on English muffin"}, { - id: "chilaquiles", name: "Chilaquiles", price: "Full Menu", variant: "Breakfast Twist", imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-placed-marble-background_2831-8607.jpg?_wi=1", imageAlt: "Crispy tortilla chips with eggs and salsa"}, + id: "chilaquiles", name: "Chilaquiles", price: "$8–$11", variant: "Breakfast Twist", imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-placed-marble-background_2831-8607.jpg?_wi=1", imageAlt: "Crispy tortilla chips with eggs and salsa"}, { id: "catfish", name: "Fried Catfish", price: "$16.99", variant: "Southern Pride", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-ketchup-copy-space_23-2148784941.jpg?_wi=1", imageAlt: "Golden fried catfish with sides"}, ]} @@ -190,7 +190,7 @@ export default function HomePage() { {/* Daily Specials */}
); -} \ No newline at end of file +}