Update src/app/dining/page.tsx

This commit is contained in:
2026-03-07 17:28:34 +00:00
parent 97989efd10
commit 2c4a804a38

View File

@@ -58,7 +58,7 @@ export default function DiningPage() {
},
]}
background={{ variant: "radial-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg"
imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg?_wi=2"
imageAlt="Rooftop restaurant dining experience"
mediaAnimation="slide-up"
frameStyle="card"
@@ -72,25 +72,25 @@ export default function DiningPage() {
{
title: "Continental Cuisine",
description: "Savor authentic dishes prepared by our expert chefs using premium ingredients",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg?_wi=2",
imageAlt: "Continental cuisine dining",
},
{
title: "Panoramic Views",
description: "Enjoy stunning rooftop vistas of Tiruchirappalli's skyline while dining",
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg?_wi=3",
imageAlt: "Panoramic rooftop views",
},
{
title: "24-Hour Café",
description: "Quick bites and refreshments available round-the-clock for your convenience",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg?_wi=2",
imageAlt: "24-hour café service",
},
{
title: "Private Events",
description: "Host intimate gatherings, celebrations, and business meetings in our exclusive space",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg?_wi=3",
imageAlt: "Private event hosting",
},
]}