From 85da62e237ad3f6cc2743ef473d412cf4cb9d1a9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 17:40:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33773e4..562d2cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="large" - background="animated-grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "💬 WhatsApp Quick Contact", href: "https://wa.me/918924952971" } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=65w8cf" imageAlt="Professional plumber fixing water tap residential" mediaAnimation="slide-up" @@ -65,7 +65,7 @@ export default function LandingPage() { tagIcon={Clock} tagAnimation="slide-up" textboxLayout="default" - animationType="smooth" + animationType="slide-up" useInvertedBackground={false} features={[ { @@ -155,7 +155,7 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" textboxLayout="default" - animationType="slide-up" + animationType="opacity" useInvertedBackground={false} speed={40} topMarqueeDirection="left" @@ -259,7 +259,7 @@ export default function LandingPage() { { text: "💬 WhatsApp Now", href: "https://wa.me/918924952971" } ]} buttonAnimation="slide-up" - background={{ variant: "animated-grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1