From e53a6876bc1dc52d0a608fe12712db5b6885d0b9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 01:33:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e3970d..8773a66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Grooming" tagIcon={Scissors} tagAnimation="slide-up" - background="plain" + background={{ variant: "plain" }} buttons={[ { text: "Call Now: 0906 811 6913", href: "tel:09068116913" }, { text: "Book Appointment", href: "#booking" } -- 2.49.1