From 526d3319271075ee78af64705e1aa0cf39ba977c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:08:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96bdddc..2d81b25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="mediumLarge" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Location", id: "location" }, ]} button={{ - text: "📞 Call Now", href: "tel:+919876543210"}} + text: "📞 Call Now", href: "tel:+919876543210" + }} animateOnLoad={true} /> @@ -45,7 +46,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1