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