diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cddb56..01a18ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" + background="sparkles-gradient" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -34,7 +34,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", href: "tel:+917203021234"}} + text: "Call Now", href: "tel:+917203021234" + }} animateOnLoad={true} /> @@ -43,14 +44,17 @@ export default function LandingPage() { @@ -121,17 +130,23 @@ export default function LandingPage() { ); -} +} \ No newline at end of file