From b9a2595dc7c82a111da372fb1192447c0d8609cf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:37:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8af588f..2a073ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,7 +111,7 @@ export default function HvacPage() { uniformGridCustomHeightClasses="aspect-square" gridClassName="md:!grid-cols-3" carouselThreshold={7} - animationType="depth-3d" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> @@ -122,7 +122,7 @@ export default function HvacPage() { title="Explore Our HVAC Systems" description="Discover the latest in climate control technology with our interactive product showcase. Filter by type, efficiency, and smart features." tag="Products" - animationType="depth-3d" + animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ { @@ -160,7 +160,7 @@ export default function HvacPage() { title: "Fair & Transparent Pricing", description: "No surprises here! We offer clear quotes and fair pricing for quality work."}, ]} textboxLayout="default" - animationType="depth-3d" + animationType="slide-up" useInvertedBackground={false} /> -- 2.49.1