Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-02-16 13:25:40 +00:00
Showing only changes of commit 27c52b39ad - Show all commits

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="radial-gradient"
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: "aurora" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Book Your Stay", href: "https://booking.example.com" },
{ text: "Explore Rooms", href: "#rooms" }