From 1741013f05d763e884dd646024429658f510a174 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:48:59 +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 93c9fd5..d47d230 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,6 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; -import "@/styles/globals.css"; +import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); -- 2.49.1 From 80a3789ebf09c513f07a0859baa392db0e94b48b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:48:59 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 407bf84..2631d86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function SublimePage() { }, ]} buttons={[ - { text: "Get Your Haircut Today", href: "#contact" }, + { text: "Book Appointment", href: "#contact" }, { text: "View Services", href: "#services" }, ]} buttonAnimation="slide-up" @@ -169,8 +169,8 @@ export default function SublimePage() { imageAlt="Barbershop contact" mediaAnimation="slide-up" mediaPosition="right" - inputPlaceholder="Enter your name" - buttonText="Send Message" + inputPlaceholder="Your Name" + buttonText="Book Now" termsText="We'll respond to your inquiry shortly. Follow us on Instagram @xavicutzz for updates and new styles." /> -- 2.49.1