From d36b6d4052d541a5a34963590b95a41dc342185a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:42:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56bcca8..e1bf810 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { tagIcon={Wrench} features={[ { - bentoComponent: "3d-stack-cards", items: [ + title: "Our Plumbing Services", description: "Comprehensive solutions for all your plumbing needs", bentoComponent: "3d-stack-cards", items: [ { icon: Droplet, title: "Water Heater", subtitle: "Repair & Installation", detail: "Fast repairs or professional installation of new units. We work with all brands." @@ -131,7 +131,7 @@ export default function LandingPage() { ] } ]} - animationType="depth-3d" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1