Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 21:04:03 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -77,36 +77,36 @@ export default function LandingPage() {
title: "Pizzas", description: "Supreme gluten-free and classic options crafted with premium ingredients.", icon: Pizza,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms_123827-22105.jpg", imageAlt: "Supreme pizza"},
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms_123827-22105.jpg?_wi=1", imageAlt: "Supreme pizza"},
{
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms_123827-22105.jpg", imageAlt: "Chicken bacon ranch pizza"},
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms_123827-22105.jpg?_wi=2", imageAlt: "Chicken bacon ranch pizza"},
],
},
{
title: "Sandwiches & Wraps", description: "Fresh, made-to-order sandwiches on artisan sourdough and wraps.", icon: Sandwich,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35056.jpg", imageAlt: "Outdoorsman sandwich"},
imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35056.jpg?_wi=1", imageAlt: "Outdoorsman sandwich"},
{
imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35056.jpg", imageAlt: "Turkey bacon sourdough"},
imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35056.jpg?_wi=2", imageAlt: "Turkey bacon sourdough"},
],
},
{
title: "Coffee & Drinks", description: "Specialty coffee drinks brewed fresh to order by our experienced baristas.", icon: Coffee,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-coffee_23-2147985022.jpg", imageAlt: "Specialty coffee"},
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-coffee_23-2147985022.jpg?_wi=1", imageAlt: "Specialty coffee"},
{
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-coffee_23-2147985022.jpg", imageAlt: "Fresh brewed beverages"},
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-coffee_23-2147985022.jpg?_wi=2", imageAlt: "Fresh brewed beverages"},
],
},
{
title: "Snacks & Treats", description: "Jerky, tiny cakes, cookies, and sweet delights for any craving.", icon: Cake,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-appetizing-bakery-food_23-2149299440.jpg", imageAlt: "Tiny cakes"},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-appetizing-bakery-food_23-2149299440.jpg?_wi=1", imageAlt: "Tiny cakes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-appetizing-bakery-food_23-2149299440.jpg", imageAlt: "Fresh baked cookies"},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-appetizing-bakery-food_23-2149299440.jpg?_wi=2", imageAlt: "Fresh baked cookies"},
],
},
]}