From c143a298c98c401b3bc413fcc145a3c6bcfbe09b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 06:22:24 +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 a5ca462..6ac3323 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,9 +71,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", imageAlt: "Luxury restaurant dining ambiance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/set-round-table-light-part-restaurant_8353-9919.jpg", imageAlt: "Elegant dining setup"}, + imageSrc: "http://img.b2bpic.net/free-photo/set-round-table-light-part-restaurant_8353-9919.jpg?_wi=1", imageAlt: "Elegant dining setup"}, { - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720766.jpg", imageAlt: "Chef preparing signature dish"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720766.jpg?_wi=1", imageAlt: "Chef preparing signature dish"}, ]} background={{ variant: "downward-rays-animated" }} /> @@ -219,7 +219,7 @@ export default function LandingPage() { { id: "2", category: "Ambiance", title: "Elegant Dining Atmosphere", excerpt: "Our restaurant features a warm, sophisticated ambiance perfect for special occasions and everyday celebrations.", imageSrc: - "http://img.b2bpic.net/free-photo/set-round-table-light-part-restaurant_8353-9919.jpg", imageAlt: "Restaurant interior", authorName: "Daawat Team", authorAvatar: + "http://img.b2bpic.net/free-photo/set-round-table-light-part-restaurant_8353-9919.jpg?_wi=2", imageAlt: "Restaurant interior", authorName: "Daawat Team", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", date: "Dining Experience"}, { id: "3", category: "Spreads", title: "Feast Your Eyes", excerpt: @@ -229,7 +229,7 @@ export default function LandingPage() { { id: "4", category: "Culinary", title: "Craftsmanship Behind Every Bite", excerpt: "Our skilled chefs blend tradition with innovation to create unforgettable culinary experiences.", imageSrc: - "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720766.jpg", imageAlt: "Chef in kitchen", authorName: "Culinary Art", authorAvatar: + "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720766.jpg?_wi=2", imageAlt: "Chef in kitchen", authorName: "Culinary Art", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", date: "Behind The Scenes"}, ]} animationType="slide-up" -- 2.49.1