From 06224cb17bcfe515b9722baf1f5f7a2c31e71880 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:16:18 +0000 Subject: [PATCH 1/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index afade7f..69d15b0 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -41,12 +41,12 @@ export default function MenuPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} products={[ - { id: "1", brand: "Cosmic", name: "Supernova Margherita", price: "24 Credits", rating: 5, reviewCount: "10k+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571778.jpg", imageAlt: "sci-fi futuristic pizza" }, - { id: "2", brand: "Cosmic", name: "Titan Pepperoni Blast", price: "28 Credits", rating: 4, reviewCount: "8k+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901007.jpg", imageAlt: "cyberpunk style food" }, - { id: "3", brand: "Cosmic", name: "Nebula Mushroom Delight", price: "26 Credits", rating: 5, reviewCount: "5k+", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-3d-alien-world_23-2151879021.jpg", imageAlt: "gourmet alien food" } + { id: "1", brand: "Cosmic", name: "Supernova Margherita", price: "24 CAD", rating: 5, reviewCount: "10k+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571778.jpg", imageAlt: "sci-fi futuristic pizza" }, + { id: "2", brand: "Cosmic", name: "Titan Pepperoni Blast", price: "28 CAD", rating: 4, reviewCount: "8k+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901007.jpg", imageAlt: "cyberpunk style food" }, + { id: "3", brand: "Cosmic", name: "Nebula Mushroom Delight", price: "26 CAD", rating: 5, reviewCount: "5k+", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-3d-alien-world_23-2151879021.jpg", imageAlt: "gourmet alien food" } ]} title="Our Galactic Menu" - description="Savor the best flavors from across the galaxy." + description="Savor the best flavors from across the galaxy in Canadian dollars." /> -- 2.49.1 From ac3bca4b364186c5951bb330a662cd30b37056a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:16:19 +0000 Subject: [PATCH 2/3] 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 64c112c..1d5f86a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,10 +32,10 @@ export default function LandingPage() { @@ -151,8 +151,8 @@ export default function LandingPage() { -- 2.49.1