diff --git a/src/app/page.tsx b/src/app/page.tsx index 370b6dd..ab6da73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="mediumLarge" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -34,7 +34,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Book Now", href: "#contact"}} + text: "Book Now", href: "#contact" + }} /> @@ -42,7 +43,7 @@ export default function LandingPage() {