From abcd50cabaee30e0cefa9e76bcc38c8d5c5eb1ad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:19:22 +0000 Subject: [PATCH] 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 0b0e938..2fd8a58 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" }, { 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" }]} + 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} />