Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-14 19:06:28 +00:00

View File

@@ -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}