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." /> 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() {