From e48e66c7c550feafb2fb2775486c5aa9f4232398 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 09:42:49 +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 bf0d691..8193056 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,10 +104,10 @@ export default function LandingPage() { title: "Breakfast Buffet", description: "Abundant, fresh, and generous. The perfect way to start your day.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2148941529.jpg", imageAlt: "Breakfast Buffet Spread" }, { - title: "High Five Burger", description: "Premium ingredients, perfect execution. A modern classic.", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-onion-rings-tomato-lettuce-served-with-salad-fries_140725-8250.jpg", imageAlt: "High Five Signature Burger" + title: "High Five Burger", description: "Premium ingredients, perfect execution. A modern classic.", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-onion-rings-tomato-lettuce-served-with-salad-fries_140725-8250.jpg?_wi=1", imageAlt: "High Five Signature Burger" }, { - title: "Fresh Cappuccino", description: "Artisan-brewed coffee with care. Every cup tells a story.", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg", imageAlt: "Premium Cappuccino" + title: "Fresh Cappuccino", description: "Artisan-brewed coffee with care. Every cup tells a story.", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg?_wi=1", imageAlt: "Premium Cappuccino" } ]} gridVariant="bento-grid" @@ -177,13 +177,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Breakfast & Coffee", description: "Start your morning with fresh pastries and artisan coffee. A calm ritual before your day begins.", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg", imageAlt: "Breakfast Coffee" + title: "Breakfast & Coffee", description: "Start your morning with fresh pastries and artisan coffee. A calm ritual before your day begins.", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg?_wi=2", imageAlt: "Breakfast Coffee" }, { title: "Family Brunch", description: "Generous portions, warm service, and an atmosphere where everyone feels welcome.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-easter-celebration-easter-holiday-party-holiday-friends-family-festive-table-with-rabbit-meat-vegetables-pies-eggs-top-view-friends-hands-eating-drinking-together_169016-4834.jpg", imageAlt: "Family Brunch" }, { - title: "Casual Lunch", description: "Fresh ingredients, modern dishes, and a relaxing pace. Lunch as it should be.", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-onion-rings-tomato-lettuce-served-with-salad-fries_140725-8250.jpg", imageAlt: "Casual Lunch" + title: "Casual Lunch", description: "Fresh ingredients, modern dishes, and a relaxing pace. Lunch as it should be.", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-onion-rings-tomato-lettuce-served-with-salad-fries_140725-8250.jpg?_wi=2", imageAlt: "Casual Lunch" }, { title: "Relaxing Evening", description: "Soft lighting, calm music, good company. The perfect end to your day.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132607.jpg", imageAlt: "Evening Relaxation" -- 2.49.1