Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-07 18:21:26 +00:00

View File

@@ -91,22 +91,22 @@ export default function LandingPage() {
{
title: "Handmade Breakfasts", description: "From scratch pancakes and golden syrup.", icon: Star,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg", imageAlt: "Handmade Breakfast" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg", imageAlt: "Handmade Breakfast Detail" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg?_wi=1", imageAlt: "Handmade Breakfast" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg?_wi=2", imageAlt: "Handmade Breakfast Detail" },
]
},
{
title: "Legendary Tenderloins", description: "The sandwich everyone comes back for.", icon: Award,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg", imageAlt: "Legendary Tenderloin" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg", imageAlt: "Legendary Tenderloin Detail" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg?_wi=1", imageAlt: "Legendary Tenderloin" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg?_wi=2", imageAlt: "Legendary Tenderloin Detail" },
]
},
{
title: "Daily Fresh Coffee", description: "Served hot, just how you like it.", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg", imageAlt: "Fresh Coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg", imageAlt: "Fresh Coffee Detail" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg?_wi=1", imageAlt: "Fresh Coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg?_wi=2", imageAlt: "Fresh Coffee Detail" },
]
},
]}