Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-22 22:42:27 +00:00

View File

@@ -59,7 +59,7 @@ export default function HvacPage() {
<ProductCatalog
layout="section"
products={[
{ id: "p1", name: "Smart Thermostat", price: "$199", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg" },
{ id: "p1", name: "Smart Thermostat", price: "$199", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg?_wi=1" },
{ id: "p2", name: "HEPA Air Filter", price: "$49", rating: 4, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg" }
]}
/>
@@ -83,7 +83,7 @@ export default function HvacPage() {
description="Comprehensive HVAC solutions to keep your home comfortable all year."
features={[
{ title: "AC Installation", description: "Expert installation of modern systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg" },
{ title: "Heating Systems", description: "Complete furnace and heating repair and installation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg" },
{ title: "Heating Systems", description: "Complete furnace and heating repair and installation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg?_wi=2" },
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"