From c8061cb704caa8a71db043ead9e695ffe622acbe Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:06:14 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a06b819..e2f0360 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Bilicsan Beauty - Premium Spa & Wellness Services", description: "Experience ultimate relaxation and self-care with professional spa, hair, and leg cleaning services tailored to your wellness journey."}; + title: "Bilicsan Beauty - Premium Spa & Wellness Services", description: "Experience ultimate relaxation and self-care with professional spa and wellness services tailored to your beauty journey."}; export default function RootLayout({ children, -- 2.49.1 From e6cfbf9f3ef5dcab5787ddadc321dc9d9494a0fc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:06:15 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1a677b..48e0753 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Book Now", href: "#contact"}} + text: "Book Now", href: "#contact" + }} animateOnLoad={true} /> @@ -41,7 +42,7 @@ export default function LandingPage() {