From 6bafc47cd5d8e80af246dbdef82d4766b6662c88 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:06:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9a534b..352ebef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} -- 2.49.1