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