Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bf5aa6d02 | |||
| 638b26ac59 | |||
| 6c7d428741 | |||
| 4e7449d872 | |||
| d1218e9777 | |||
| 6bafc47cd5 | |||
| 25ef137def | |||
| 299f259e6d | |||
| b7b82e2e53 | |||
| 4ac45a326b | |||
| 05ff6ddd1a |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
@@ -38,27 +38,27 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
title="Your Neighborhood. Elevated."
|
||||
<HeroBillboard
|
||||
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."
|
||||
tag="Exclusively for Fishhawk Ranch Residents"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Explore Amenities", href: "#amenities" },
|
||||
{ text: "Get Access Info", href: "#resident-info" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ 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" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alxkf5fm5cbQ0bRKT9WeljqQhv/tmp/dance-club-1773515281840-c63c4f89.png"
|
||||
imageAlt="Resort-style heated pool at Starling Club"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
ariaLabel="Starling Club hero section"
|
||||
className="py-20"
|
||||
containerClassName="max-w-4xl"
|
||||
titleClassName="text-5xl md:text-6xl 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>
|
||||
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
{ value: "100%", title: "Resident-Exclusive" },
|
||||
{ value: "6+", title: "Premium Amenities" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q27xs5&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alxkf5fm5cbQ0bRKT9WeljqQhv/uploaded-1773515325014-jjct7ocw.jpg"
|
||||
imageAlt="Community members enjoying Starling Club amenities"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -121,6 +121,18 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "grounds", brand: "Landscaping", name: "Beautiful Grounds", price: "Resident Exclusive", rating: 5,
|
||||
reviewCount: "Manicured, maintained, and genuinely lovely. The kind of space that makes you slow down and enjoy where you live.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f86zq1&_wi=1", imageAlt: "Well-maintained grounds and landscaping"
|
||||
},
|
||||
{
|
||||
id: "dance-club-1", brand: "Dance Club", name: "Club Night Experience", price: "Resident Exclusive", rating: 5,
|
||||
reviewCount: "The energy, the music, the vibe — experience unforgettable nights with friends in an electric atmosphere.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=danceclub1&_wi=1", imageAlt: "Dance club night scene"
|
||||
},
|
||||
{
|
||||
id: "dance-club-2", brand: "Dance Club", name: "DJ & Dancing", price: "Resident Exclusive", rating: 5,
|
||||
reviewCount: "Premium sound system and professional DJ sets. Perfect for residents who love to dance and celebrate.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=danceclub2&_wi=1", imageAlt: "DJ booth and dance floor"
|
||||
},
|
||||
{
|
||||
id: "dance-club-3", brand: "Dance Club", name: "Social Dance Nights", price: "Resident Exclusive", rating: 5,
|
||||
reviewCount: "Weekly hosted dance events bring the community together. Meet neighbors, make friends, and have a blast.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=danceclub3&_wi=1", imageAlt: "Community dance event"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Amenities showcase section"
|
||||
@@ -195,6 +207,12 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "carley-d", name: "Carley D.", handle: "Fishhawk Resident", testimonial: "Pool was clean and warm. Beautiful area!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6wmnvc&_wi=6", imageAlt: "Beautiful facilities", icon: Star
|
||||
},
|
||||
{
|
||||
id: "marcus-t", name: "Marcus T.", handle: "Fishhawk Resident", testimonial: "The dance club nights are incredible! Great way to meet neighbors and have an amazing time. Energy is always high!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6wmnvc&_wi=7", imageAlt: "Dance club attendee", icon: Star
|
||||
},
|
||||
{
|
||||
id: "sophia-r", name: "Sophia R.", handle: "Fishhawk Resident", testimonial: "Finally a community venue with real dance events. The DJ is fantastic and the atmosphere is electric!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6wmnvc&_wi=8", imageAlt: "Dance night crowd", icon: Star
|
||||
}
|
||||
]}
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user