diff --git a/src/app/page.tsx b/src/app/page.tsx index b1869da..4af9942 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Reviews", id: "reviews" }, { name: "Get Quote", id: "quote" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "cta" }, ]} brandName="Harshiv Cleaning" bottomLeftText="Ahmedabad, Gujarat" @@ -44,7 +44,7 @@ export default function LandingPage() { -
+