Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 10:05:32 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboard
title="Luxury Evenings. Exquisite Flavours. Unforgettable Atmosphere."
description="Experience the finest shisha, curated cuisine, and vibrant late-night energy at Hayes' most exclusive lounge destination. Where elegance meets indulgence."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
tag="Premium Lounge Experience"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -124,10 +124,10 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "Hayes", title: "Prime Location", description: "West London's premier luxury destination", imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129092.jpg?_wi=1", imageAlt: "reservation system table booking exclusive seating VIP lounge"
id: "1", value: "Hayes", title: "Prime Location", description: "West London's premier luxury destination", imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129092.jpg", imageAlt: "reservation system table booking exclusive seating VIP lounge"
},
{
id: "2", value: "Open Daily", title: "Operating Hours", description: "Mon-Thu 4PM-12AM, Fri 4PM-1AM, Sat-Sun 2PM-1AM", imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129092.jpg?_wi=2", imageAlt: "reservation system table booking exclusive seating VIP lounge"
id: "2", value: "Open Daily", title: "Operating Hours", description: "Mon-Thu 4PM-12AM, Fri 4PM-1AM, Sat-Sun 2PM-1AM", imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129092.jpg", imageAlt: "reservation system table booking exclusive seating VIP lounge"
}
]}
animationType="slide-up"