From dc48b5d0b72ac3058e2eb9175ed246fdf8cf0e40 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 17:06:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c30bac..1590df9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/vertica-view-tasty-meat-sandwich-with-tomatoes-green-dark-color-tray-chicken-nuggets-black-surface_179666-34287.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertica-view-tasty-meat-sandwich-with-tomatoes-green-dark-color-tray-chicken-nuggets-black-surface_179666-34287.jpg?_wi=1" imageAlt="Delicious McDonald's Burger" mediaAnimation="blur-reveal" imagePosition="right" @@ -75,10 +75,10 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "prod-1", name: "Big Mac", price: "$5.99", variant: "Classic Beef", imageSrc: "http://img.b2bpic.net/free-photo/homemade-organic-pastas-black-ceramic-plate_114579-34625.jpg", imageAlt: "Big Mac Burger" + id: "prod-1", name: "Big Mac", price: "$5.99", variant: "Classic Beef", imageSrc: "http://img.b2bpic.net/free-photo/homemade-organic-pastas-black-ceramic-plate_114579-34625.jpg?_wi=1", imageAlt: "Big Mac Burger" }, { - id: "prod-2", name: "Crispy Fries", price: "$2.49", variant: "Golden & Hot", imageSrc: "http://img.b2bpic.net/free-photo/homemade-organic-pastas-black-ceramic-plate_114579-34625.jpg", imageAlt: "Crispy McDonald's Fries" + id: "prod-2", name: "Crispy Fries", price: "$2.49", variant: "Golden & Hot", imageSrc: "http://img.b2bpic.net/free-photo/homemade-organic-pastas-black-ceramic-plate_114579-34625.jpg?_wi=2", imageAlt: "Crispy McDonald's Fries" }, { id: "prod-3", name: "Chicken McNuggets", price: "$4.99", variant: "10 Piece", imageSrc: "http://img.b2bpic.net/free-photo/chicken-cotlets-with-french-fries-ketchup_114579-19758.jpg", imageAlt: "Chicken McNuggets" @@ -187,7 +187,7 @@ export default function LandingPage() { description="McDonald's has been a global leader in the food service industry, known for quality, consistency, and innovation." subdescription="Every meal is prepared with care and served with a smile. From our classic burgers to our signature fries, we're committed to delivering the best quick-service dining experience." icon={Smile} - imageSrc="http://img.b2bpic.net/free-photo/vertica-view-tasty-meat-sandwich-with-tomatoes-green-dark-color-tray-chicken-nuggets-black-surface_179666-34287.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertica-view-tasty-meat-sandwich-with-tomatoes-green-dark-color-tray-chicken-nuggets-black-surface_179666-34287.jpg?_wi=2" imageAlt="McDonald's Restaurant" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1