Update src/app/page.tsx

This commit is contained in:
2026-02-16 13:23:06 +00:00
parent f39aabae34
commit 2bd6cb7768

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="radial-gradient"
background="aurora"
cardStyle="subtle-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="INTERCITY"
description="Experience luxury at the heart of London. Premium accommodations with world-class service in central London's most sought-after location."
background={{ variant: "radial-gradient" }}
background={{ variant: "aurora" }}
buttons={[
{ text: "Book Your Stay", href: "https://booking.example.com" },
{ text: "Explore Rooms", href: "#rooms" }