From ec1332156fa63fc845041ea9dae3512a4af9d513 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:19:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d79caa2..427d692 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,9 +21,9 @@ const heroSlides = [ { imageSrc: "http://img.b2bpic.net/free-photo/white-wedding-venue-with-swimming-pool_637285-5697.jpg", imageAlt: "Outdoor dining under neem trees at sunset"}, { - imageSrc: "http://img.b2bpic.net/free-photo/candles-deers-statue-prepared-desk-waiting-food-visitors-evening-time_146671-14410.jpg", imageAlt: "Garden restaurant seating with ambient lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/candles-deers-statue-prepared-desk-waiting-food-visitors-evening-time_146671-14410.jpg?_wi=1", imageAlt: "Garden restaurant seating with ambient lighting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fairy-light-against-golden-bokeh-backdrop_23-2148056708.jpg", imageAlt: "Evening lighting creating warm ambience"}, + imageSrc: "http://img.b2bpic.net/free-photo/fairy-light-against-golden-bokeh-backdrop_23-2148056708.jpg?_wi=1", imageAlt: "Evening lighting creating warm ambience"}, ]; const heroButtons = [ @@ -63,13 +63,13 @@ const menuButtons = [ const ambienceFeatures = [ { id: "1", title: "Outdoor Seating", author: "Garden Ambience", description: "Tables nestled under the natural shade of mature neem trees, creating a cool and comfortable dining environment. Perfect for romantic dinners and family gatherings.", tags: ["Natural", "Shade"], - imageSrc: "http://img.b2bpic.net/free-photo/candles-deers-statue-prepared-desk-waiting-food-visitors-evening-time_146671-14410.jpg", imageAlt: "Outdoor garden seating arrangement"}, + imageSrc: "http://img.b2bpic.net/free-photo/candles-deers-statue-prepared-desk-waiting-food-visitors-evening-time_146671-14410.jpg?_wi=2", imageAlt: "Outdoor garden seating arrangement"}, { id: "2", title: "Evening Lighting", author: "Ambient Atmosphere", description: "Thoughtfully designed lighting that highlights the natural beauty of the garden while creating an intimate and enchanting evening experience.", tags: ["Lighting", "Evening"], - imageSrc: "http://img.b2bpic.net/free-photo/fairy-light-against-golden-bokeh-backdrop_23-2148056708.jpg", imageAlt: "Evening ambient lighting in garden"}, + imageSrc: "http://img.b2bpic.net/free-photo/fairy-light-against-golden-bokeh-backdrop_23-2148056708.jpg?_wi=2", imageAlt: "Evening ambient lighting in garden"}, { id: "3", title: "Garden Atmosphere", author: "Nature's Touch", description: "Surrounded by blooming flowers, green plants, and the natural beauty of our garden. Every element is designed to enhance your dining experience.", tags: ["Plants", "Garden"], - imageSrc: "http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg", imageAlt: "Garden plants and flowers ambience"}, + imageSrc: "http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg?_wi=1", imageAlt: "Garden plants and flowers ambience"}, ]; const testimonials = [ @@ -202,7 +202,7 @@ export default function LandingPage() { title="Located in Heart of Ahmedabad" description="Opp. Mahila Municipal Garden, Rajpath Rangoli Rd, Bodakdev, Ahmedabad. Open for lunch and dinner. Perfect for celebrations, corporate events, and family dinners." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg?_wi=2" mediaAnimation="slide-up" mediaPosition="right" background={{ variant: "sparkles-gradient" }} @@ -217,7 +217,7 @@ export default function LandingPage() { title="Reserve Your Table Today" description="Plan your perfect dining experience. Reserve a table through our form, call us directly, or use WhatsApp for quick booking. We accommodate parties of all sizes for special occasions." useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/candles-deers-statue-prepared-desk-waiting-food-visitors-evening-time_146671-14410.jpg" + imageSrc="http://img.b2bpic.net/free-photo/candles-deers-statue-prepared-desk-waiting-food-visitors-evening-time_146671-14410.jpg?_wi=3" mediaAnimation="slide-up" mediaPosition="left" background={{ variant: "radial-gradient" }} @@ -229,7 +229,7 @@ export default function LandingPage() {