Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-14 19:01:46 +00:00

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
logoText="Starling Club"
title="Starling Club"
description="Two resort-style pools. A dedicated kids' splash zone. A game room, dog park, and more — all steps from your front door. This is what living at Fishhawk Ranch actually feels like."
buttons={[
{ text: "Explore Amenities", href: "#amenities" },
@@ -50,14 +50,15 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vcydf2&_wi=1"
imageAlt="Resort-style heated pool at Starling Club"
background={{ variant: "radial-gradient" }}
frameStyle="card"
ariaLabel="Starling Club hero section"
className="py-20"
containerClassName="max-w-4xl"
logoContainerClassName="mb-6"
logoClassName="text-4xl md:text-5xl font-bold"
textBoxClassName="text-center"
titleClassName="text-4xl md:text-5xl font-bold mb-6"
descriptionClassName="text-lg md:text-xl leading-relaxed"
buttonContainerClassName="flex flex-col sm:flex-row gap-4 mt-8"
buttonClassName=""
buttonTextClassName=""
/>
</div>