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() {