diff --git a/src/app/page.tsx b/src/app/page.tsx index 277a4b1..e0ad72b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tag="Premier Dental Care" tagIcon={Smile} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Book Appointment", href: "#contact" }, { text: "Learn More", href: "#services" } @@ -160,22 +160,22 @@ export default function LandingPage() {