3 Commits

Author SHA1 Message Date
21284f88a3 Update src/app/page.tsx 2026-03-04 18:44:30 +00:00
f138985191 Update src/app/layout.tsx 2026-03-04 18:44:29 +00:00
6ba8890ce3 Merge version_1 into main
Merge version_1 into main
2026-03-04 18:42:06 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ const openSans = Open_Sans({
export const metadata: Metadata = {
title: "YDcutz Barbershop - Premium Haircuts & Grooming", description: "Professional barbershop offering expert haircuts, beard grooming, and traditional hot shaves. Book your appointment with our skilled barbers today.", keywords: "barbershop, haircuts, grooming, beard trimming, professional barber, shaving service", openGraph: {
title: "YDcutz Barbershop", description: "Premium barbershop with expert barbers delivering precision cuts and professional grooming services.", type: "website", siteName: "YDcutz Barbershop"},
title: "YDcutz Barbershop", description: "Premium barbershop with expert barbers delivering precision cuts and professional grooming services.", type: "website", siteName: "YDcutz Barbershop"
},
};
export default function RootLayout({

View File

@@ -154,7 +154,7 @@ export default function LandingPage() {
tag="Ready to Look Sharp?"
tagIcon={Scissors}
title="Book Your Appointment Today"
description="Visit YDcutz Barbershop for a premium grooming experience. We're here Monday through Saturday with walk-ins welcome. Call or book online to secure your preferred time."
description="Walk-ins welcome MondaySaturday. Book online or call now — secure your preferred time slot in seconds."
buttons={[
{ text: "Book Now", href: "tel:+1234567890" },
{ text: "Get Directions", href: "https://maps.google.com" }