4 Commits

Author SHA1 Message Date
92347b05e2 Merge version_2_1781465711073 into main
Merge version_2_1781465711073 into main
2026-06-14 19:39:02 +00:00
6baab3d3a0 Update src/pages/HomePage.tsx 2026-06-14 19:38:59 +00:00
addb16f112 Merge version_2_1781465711073 into main
Merge version_2_1781465711073 into main
2026-06-14 19:38:52 +00:00
kudinDmitriyUp
1c58161d86 Bob AI: Rewrite the page content to reflect 'Food Valley Karahi Tikka'. Replace the exis 2026-06-14 19:38:45 +00:00

View File

@@ -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"
/>
</div>