Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-19 17:06:33 +00:00

View File

@@ -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}