Update src/app/page.tsx
This commit is contained in:
@@ -85,13 +85,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "big-mac", name: "Big Mac", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/hamburger_1203-3513.jpg", imageAlt: "Big Mac"},
|
||||
id: "big-mac", name: "Hamburger: The Classic McDonald's Burger", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/hamburger_1203-3513.jpg", imageAlt: "Hamburger: The Classic McDonald's Burger"},
|
||||
{
|
||||
id: "fries", name: "World Famous Fries", price: "$2.79", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-fried-potatoes-tasty-french-fries-inside-plate-dark-surface-food-meal-dinner-dish-ingredients-potato_140725-52672.jpg", imageAlt: "French Fries"},
|
||||
{
|
||||
id: "mcnuggets", name: "Chicken McNuggets", price: "$4.89", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-with-sauces-nuggets_114579-19756.jpg", imageAlt: "Chicken McNuggets"},
|
||||
{
|
||||
id: "quarter-pounder", name: "Quarter Pounder with Cheese", price: "$6.49", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637346.jpg", imageAlt: "Quarter Pounder with Cheese"},
|
||||
id: "quarter-pounder", name: "Big Mac®
|
||||
", price: "$6.49", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637346.jpg", imageAlt: "Big Mac®
|
||||
"},
|
||||
{
|
||||
id: "mcflurry", name: "McFlurry with OREO", price: "$3.29", imageSrc: "http://img.b2bpic.net/free-photo/creamy-vanilla-milky-shake-with-pretzels-white-saucer_114579-10044.jpg", imageAlt: "McFlurry"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user