From 1fc8a0f21f15291b033c72cca9b327e24dc35aa6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 13:33:11 +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 6866f6c..c3fd4bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { videoSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-wooden-board_23-2148040262.jpg", imageAlt: "Master chef slicing succulent doner kebab", videoAriaLabel: "Doner kebab preparation video" }, { - videoSrc: "http://img.b2bpic.net/free-photo/breakfast-with-omelette-butter-with-cheese_140725-9341.jpg", imageAlt: "Fresh Turkish breakfast spread with steam rising", videoAriaLabel: "Turkish breakfast morning preparation video" + videoSrc: "http://img.b2bpic.net/free-photo/breakfast-with-omelette-butter-with-cheese_140725-9341.jpg?_wi=1", imageAlt: "Fresh Turkish breakfast spread with steam rising", videoAriaLabel: "Turkish breakfast morning preparation video" } ]} mediaAnimation="slide-up" @@ -96,7 +96,7 @@ export default function LandingPage() { features={[ { id: "breakfast", title: "The Sultan's Breakfast", author: "Morning Tradition", description: "Experience the legendary Turkish breakfast—a generous spread of fresh cheeses, olives, honey, pastries, and aromatic Turkish tea. Served until noon daily.", tags: ["Vegetarian", "Shareable", "All Day"], - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-omelette-butter-with-cheese_140725-9341.jpg", imageAlt: "Luxurious Turkish breakfast spread" + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-omelette-butter-with-cheese_140725-9341.jpg?_wi=2", imageAlt: "Luxurious Turkish breakfast spread" }, { id: "kebab", title: "Grill Master's Selection", author: "Premium Meats", description: "Hand-selected Turkish lamb and beef, grilled to perfection. Adana kebab, Shish kebab, and our signature Capitol Doner—slow-roasted for 12 hours minimum.", tags: ["Premium", "Signature", "Halal"], @@ -126,10 +126,10 @@ export default function LandingPage() {