From c8cfedddd8a2c6b35f06d4fc1f755bbdaca59cc9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:18:57 +0000 Subject: [PATCH] Update src/app/apartments/page.tsx --- src/app/apartments/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/apartments/page.tsx b/src/app/apartments/page.tsx index 74f111c..0d13a95 100644 --- a/src/app/apartments/page.tsx +++ b/src/app/apartments/page.tsx @@ -21,7 +21,7 @@ export default function ApartmentsPage() { description="Browse our selection of premium apartments available for climate-controlled living." textboxLayout="default" animationType="slide-up" - features={[{ title: "Modern Studio", description: "High efficiency AC included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg" }]} + features={[{ title: "Modern Studio", description: "High efficiency AC included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg" }, { title: "City Loft", description: "Climate controlled city living", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg" }, { title: "Luxury Suite", description: "Advanced HVAC integrated", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg" }]} gridVariant="uniform-all-items-equal" useInvertedBackground={false} />