From 919dbd6039489cae48e8dfd8654ee08277cc216b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 05:24:02 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a9e0ebe..68857ce 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -68,7 +68,7 @@ export default function HomePage() { { title: "Private Spa", description: "Full-service wellness centre with bespoke treatments", imageSrc: "https://storage.googleapis.com/webild/default/templates/hotel/amenities/spa.webp" }, { title: "Fine Dining", description: "Michelin-starred cuisine with locally sourced ingredients", imageSrc: "https://storage.googleapis.com/webild/default/templates/hotel/amenities/finedining.jpg" }, { title: "Fitness Studio", description: "State-of-the-art equipment and personal training", imageSrc: "https://storage.googleapis.com/webild/default/templates/hotel/amenities/fitnessstudio.webp" }, - { title: "Wine Cellar", description: "Curated collection of over 500 vintages", imageSrc: "https://storage.googleapis.com/webild/default/templates/hotel/contact/bookyourstay.webp" }, + { title: "Wine Cellar", description: "Curated collection of over 500 vintages", imageSrc: "https://storage.googleapis.com/webild/default/templates/hotel/contact/bookyourstay.webp?_wi=1" }, { title: "Concierge", description: "24-hour dedicated service for every request", imageSrc: "https://storage.googleapis.com/webild/default/templates/hotel/amenities/concierge.jpg" }, ]} /> @@ -104,7 +104,7 @@ export default function HomePage() { ]} textarea={{ name: "message", placeholder: "Special Requests or Questions", rows: 4 }} buttonText="Send Inquiry" - imageSrc="https://storage.googleapis.com/webild/default/templates/hotel/contact/bookyourstay.webp" + imageSrc="https://storage.googleapis.com/webild/default/templates/hotel/contact/bookyourstay.webp?_wi=2" /> -- 2.49.1