diff --git a/src/app/page.tsx b/src/app/page.tsx index 5865b3a..6f226b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", href: "tel:+16509771170"}} + text: "Call Now", href: "tel:+16509771170" + }} /> @@ -45,7 +46,7 @@ export default function LandingPage() {