8 Commits

Author SHA1 Message Date
7bf5aa6d02 Merge version_3 into main
Merge version_3 into main
2026-03-14 19:08:53 +00:00
638b26ac59 Update src/app/page.tsx 2026-03-14 19:08:49 +00:00
6c7d428741 Merge version_3 into main
Merge version_3 into main
2026-03-14 19:08:43 +00:00
4e7449d872 Update src/app/page.tsx 2026-03-14 19:08:33 +00:00
d1218e9777 Merge version_3 into main
Merge version_3 into main
2026-03-14 19:06:27 +00:00
6bafc47cd5 Update src/app/page.tsx 2026-03-14 19:06:23 +00:00
25ef137def Merge version_2 into main
Merge version_2 into main
2026-03-14 19:01:46 +00:00
b7b82e2e53 Merge version_2 into main
Merge version_2 into main
2026-03-14 19:01:17 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vcydf2&_wi=1"
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"
@@ -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}