From 8f91b7ba6e9213dad957b67e6d923ac2055c1a03 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:33:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 138 +++++++++-------------------------------------- 1 file changed, 25 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a321dad..c52f5ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -66,9 +66,7 @@ export default function HomePage() { id: item.id.startsWith("/") ? item.id : `#${item.id}`, }))} button={{ - text: "Book Appointment", - href: "/contact", - }} + text: "Book Appointment", href: "/contact"}} animateOnLoad={true} /> @@ -78,19 +76,15 @@ export default function HomePage() {