From 29b26aece8a6b61c6aaac504957459ec37ad07c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:47:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7031cdb..ce0d7ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { description="Authentic flavors, hand-crafted dishes, and a warm atmosphere waiting for you in every bite at Cafe Petra." background={{ variant: "radial-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/fresh-mediterranean-salad-bowl-with-olives-feta-tomatoes_114579-3221.jpg", imageAlt: "Fresh Mediterranean Salad" }, - { imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-vegetables-plate_140725-7834.jpg", imageAlt: "Grilled Mediterranean Fish" }, - { imageSrc: "http://img.b2bpic.net/free-photo/assorted-meze-plate-with-hummus-pita-olives_181624-34521.jpg", imageAlt: "Mediterranean Meze Plate" } + { imageSrc: "http://img.b2bpic.net/free-photo/fresh-mediterranean-salad-bowl-with-olives-feta-tomatoes_114579-3221.jpg?_wi=1", imageAlt: "Fresh Mediterranean Salad" }, + { imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-vegetables-plate_140725-7834.jpg?_wi=1", imageAlt: "Grilled Mediterranean Fish" }, + { imageSrc: "http://img.b2bpic.net/free-photo/assorted-meze-plate-with-hummus-pita-olives_181624-34521.jpg?_wi=1", imageAlt: "Mediterranean Meze Plate" } ]} buttons={[{ text: "Explore Our Menu", href: "#products" }]} /> @@ -72,9 +72,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "1", name: "Greek Salad", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mediterranean-salad-bowl-with-olives-feta-tomatoes_114579-3221.jpg" }, - { id: "2", name: "Hummus Platter", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meze-plate-with-hummus-pita-olives_181624-34521.jpg" }, - { id: "3", name: "Grilled Sea Bass", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-vegetables-plate_140725-7834.jpg" } + { id: "1", name: "Greek Salad", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mediterranean-salad-bowl-with-olives-feta-tomatoes_114579-3221.jpg?_wi=2" }, + { id: "2", name: "Hummus Platter", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meze-plate-with-hummus-pita-olives_181624-34521.jpg?_wi=2" }, + { id: "3", name: "Grilled Sea Bass", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-vegetables-plate_140725-7834.jpg?_wi=2" } ]} /> -- 2.49.1