From 05738c5a0fcd98724f8244b82bc62a336f54742d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:07:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 64 +++++++++++++++++++++++++++++++----------------- 1 file changed, 42 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd0e1e7..e1a474e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumLarge" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -38,7 +38,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Book Appointment", href: "#contact"}} + text: "Book Appointment", href: "#contact" + }} /> @@ -46,7 +47,7 @@ export default function LandingPage() { -- 2.49.1