From 3d64abf55882259c49574842cb8751d3c5643b3f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:20:25 +0000 Subject: [PATCH] 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 e1528a9..36f20f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Order Now", href: "#order" }, { text: "See Menu", href: "#menu-highlights" } ]} - imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-fries-stand-juice-cup_23-2148314163.jpg" + imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-fries-stand-juice-cup_23-2148314163.jpg?_wi=1" imageAlt="Kebab Oslo restaurant interior with customers enjoying food" mediaAnimation="slide-up" /> @@ -65,7 +65,7 @@ export default function LandingPage() { description="Est. 2015" subdescription="Kebab Oslo - Community Favorite" icon={ChefHat} - imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-fries-stand-juice-cup_23-2148314163.jpg" + imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-fries-stand-juice-cup_23-2148314163.jpg?_wi=2" imageAlt="The heart of Kebab Oslo kitchen" mediaAnimation="slide-up" useInvertedBackground={false} @@ -86,10 +86,10 @@ export default function LandingPage() { title: "Lamb Kebab", description: "Premium lamb meat grilled to perfection with Mediterranean herbs and served with traditional accompaniments", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-liver-kebab-skewer-with-potatoes-tomato-with-grilled-green-pepper-sauce-tray_141793-3935.jpg", imageAlt: "Premium lamb kebab specialty", button: { text: "Order", href: "#order" } }, { - title: "Mixed Grill", description: "The ultimate experience - combination of our finest chicken, lamb, and vegetables for the adventurous palate", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-tasty-kebabs-copy-space_23-2148685490.jpg", imageAlt: "Mixed grill kebab platter", button: { text: "Order", href: "#order" } + title: "Mixed Grill", description: "The ultimate experience - combination of our finest chicken, lamb, and vegetables for the adventurous palate", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-tasty-kebabs-copy-space_23-2148685490.jpg?_wi=1", imageAlt: "Mixed grill kebab platter", button: { text: "Order", href: "#order" } }, { - title: "Vegetarian Delight", description: "Fresh grilled vegetables, halloumi cheese, and herb sauce wrapped in warm flatbread for our vegetarian guests", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-tasty-kebabs-copy-space_23-2148685490.jpg", imageAlt: "Vegetarian kebab option", button: { text: "Order", href: "#order" } + title: "Vegetarian Delight", description: "Fresh grilled vegetables, halloumi cheese, and herb sauce wrapped in warm flatbread for our vegetarian guests", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-tasty-kebabs-copy-space_23-2148685490.jpg?_wi=2", imageAlt: "Vegetarian kebab option", button: { text: "Order", href: "#order" } } ]} gridVariant="two-columns-alternating-heights" -- 2.49.1