From 857b9817c02b8a617d2ec030a13b3173ddae324f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:32:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 +++++++++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 20 deletions(-) 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() { -- 2.49.1