diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index ebbe73a..6ba55b6 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -77,7 +77,7 @@ export default function GalleryPage() { tag="Gallery" tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-city-streets-nighttime_23-2149444903.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-city-streets-nighttime_23-2149444903.jpg?_wi=1" imageAlt="Twin Rooftop Restaurant nighttime city lights" buttons={[{ text: "Make a Reservation", href: "reservations" }]} buttonAnimation="slide-up" @@ -99,7 +99,7 @@ export default function GalleryPage() { { id: "1", category: "Views", title: "Daytime Panorama", excerpt: "Stunning views of Rangpur city during the day with clear skies and natural lighting creating the perfect dining backdrop.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-ready-lunch_1203-1650.jpg", imageAlt: "Rooftop daytime view", authorName: "Twin Rooftop", authorAvatar: "http://img.b2bpic.net/free-photo/wooden-table-ready-lunch_1203-1650.jpg", date: "2025"}, { - id: "2", category: "Ambiance", title: "Nighttime Magic", excerpt: "Experience the enchanting glow of the city lights at night, creating an intimate and romantic atmosphere perfect for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-city-streets-nighttime_23-2149444903.jpg", imageAlt: "Rooftop nighttime city lights", authorName: "Twin Rooftop", authorAvatar: "http://img.b2bpic.net/free-photo/high-angle-city-streets-nighttime_23-2149444903.jpg", date: "2025"}, + id: "2", category: "Ambiance", title: "Nighttime Magic", excerpt: "Experience the enchanting glow of the city lights at night, creating an intimate and romantic atmosphere perfect for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-city-streets-nighttime_23-2149444903.jpg?_wi=2", imageAlt: "Rooftop nighttime city lights", authorName: "Twin Rooftop", authorAvatar: "http://img.b2bpic.net/free-photo/high-angle-city-streets-nighttime_23-2149444903.jpg", date: "2025"}, { id: "3", category: "Cuisine", title: "Culinary Artistry", excerpt: "Beautifully plated dishes that showcase our culinary team's dedication to combining taste with visual appeal.", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozarella-tomato-slices-with-basilic-herbal-dressing_114579-3682.jpg", imageAlt: "Fine dining plated dishes", authorName: "Twin Rooftop", authorAvatar: "http://img.b2bpic.net/free-photo/salad-with-mozarella-tomato-slices-with-basilic-herbal-dressing_114579-3682.jpg", date: "2025"}, { diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c884138..ad5e049 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -77,7 +77,7 @@ export default function MenuPage() { tag="Twin Rooftop Menu" tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=1" imageAlt="Chef preparing exquisite main course" buttons={[{ text: "Reserve a Table", href: "reservations" }]} buttonAnimation="slide-up" @@ -101,7 +101,7 @@ export default function MenuPage() { }, { id: "2", title: "Main Course", description: "Our signature main courses showcase the finest ingredients and traditional cooking techniques. Each dish is expertly prepared to deliver rich, satisfying flavors.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=2"}, items: [ { icon: CheckCircle, text: "Premium quality proteins" }, { icon: CheckCircle, text: "Perfectly balanced seasonings" },