From 0baf7276cbcba876f553a04865d64a2e0404a0f6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:36:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 187 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 146 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0692033..3cc1fe8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="small" sizing="medium" - background="fluid" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -35,9 +35,7 @@ export default function HomePage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", - href: "tel:+1-479-824-3724", - }} + text: "Call Now", href: "tel:+1-479-824-3724"}} /> @@ -45,20 +43,16 @@ export default function HomePage() {