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