From c8cfedddd8a2c6b35f06d4fc1f755bbdaca59cc9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:18:57 +0000 Subject: [PATCH 1/3] 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} /> -- 2.49.1 From b7f8f87fb979dd27977c993b967a3cace30966c2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:18:57 +0000 Subject: [PATCH 2/3] Update src/app/hotels/page.tsx --- src/app/hotels/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/hotels/page.tsx b/src/app/hotels/page.tsx index 7d19209..0b0e938 100644 --- a/src/app/hotels/page.tsx +++ b/src/app/hotels/page.tsx @@ -21,7 +21,7 @@ export default function HotelsPage() { description="Explore our partnered hotels equipped with top-tier HVAC systems for optimal comfort." textboxLayout="default" animationType="slide-up" - features={[{ title: "Grand Plaza Hotel", description: "Central climate control throughout", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg" }]} + features={[{ title: "Grand Plaza Hotel", description: "Central climate control throughout", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg" }, { title: "Mountain Resort", description: "Eco-friendly heating systems", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg" }, { title: "Seaside Inn", description: "Coastal climate solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg" }]} gridVariant="uniform-all-items-equal" useInvertedBackground={false} /> -- 2.49.1 From 6bf8945f63babec13e6c0c5cb85563bf6c97a406 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:18:58 +0000 Subject: [PATCH 3/3] Update src/app/rentals/page.tsx --- src/app/rentals/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/rentals/page.tsx b/src/app/rentals/page.tsx index e6f0319..d7d50b4 100644 --- a/src/app/rentals/page.tsx +++ b/src/app/rentals/page.tsx @@ -21,7 +21,7 @@ export default function RentalsPage() { description="Browse rental properties featuring energy-efficient heating and cooling systems." textboxLayout="default" animationType="slide-up" - features={[{ title: "Modern Villa", description: "Full HVAC maintenance included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg" }]} + features={[{ title: "Modern Villa", description: "Full HVAC maintenance included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg" }, { title: "Cozy Cottage", description: "High efficiency furnace", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg" }, { title: "Townhouse Retreat", description: "Multi-zone comfort system", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg" }]} gridVariant="uniform-all-items-equal" useInvertedBackground={false} /> -- 2.49.1