From 70bb1ed80ea6495fc6e959a884c138751229e60c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:33:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 53 +++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 19 deletions(-) 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 -- 2.49.1