9 Commits

Author SHA1 Message Date
72e04381f1 Merge version_6 into main
Merge version_6 into main
2026-05-05 15:19:25 +00:00
364fcaad8a Update src/app/rentals/page.tsx 2026-05-05 15:19:22 +00:00
abcd50caba Update src/app/hotels/page.tsx 2026-05-05 15:19:22 +00:00
d759a56b10 Merge version_6 into main
Merge version_6 into main
2026-05-05 15:19:01 +00:00
6bf8945f63 Update src/app/rentals/page.tsx 2026-05-05 15:18:58 +00:00
b7f8f87fb9 Update src/app/hotels/page.tsx 2026-05-05 15:18:57 +00:00
c8cfedddd8 Update src/app/apartments/page.tsx 2026-05-05 15:18:57 +00:00
443ff73210 Merge version_5 into main
Merge version_5 into main
2026-05-05 15:18:11 +00:00
c4bec1b3ef Merge version_5 into main
Merge version_5 into main
2026-05-05 15:17:46 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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?_wi=1" }, { 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}
/>

View File

@@ -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?_wi=2" }, { 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}
/>