From e0181912ffce7ca916e07143374d92d917ca3b37 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:57:22 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 665eb71..ff6f226 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "BnB Hair Salon - Premium Grooming in Radhanpur", description: "Expert barbering, professional hair coloring, and specialized beard care at BnB Hair Salon in Radhanpur. Book your appointment today."}; + title: "BnB Hair Salon - Premium Grooming in Radhanpur", description: "Expert barbering, professional hair coloring, and specialized beard care at BnB Hair Salon in Radhanpur. Book your appointment today." +}; export default function RootLayout({ children, -- 2.49.1 From 98e9a7824f3f80115841225716df253ffcedaba1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:57:23 +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 1b644aa..bf02c96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,15 +71,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Barber Shop Excellence", description: "Precision buzz cuts, fades, and modern styling techniques. Expert barbers trained in the latest trends and classic cuts.", imageSrc: "http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg?_wi=1", imageAlt: "Professional barber shop interior" + title: "Barber Shop Excellence", description: "Precision buzz cuts, fades, and modern styling techniques. Expert barbers trained in the latest trends and classic cuts. Walk out looking sharp and confident.", imageSrc: "http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg?_wi=1", imageAlt: "Professional barber shop interior" }, { id: 2, - title: "Beard Lab Mastery", description: "Complete beard care including trimming, conditioning, maintenance, and professional dyeing. Keep your beard looking sharp.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7908.jpg", imageAlt: "Professional beard trimming service" + title: "Beard Lab Mastery", description: "Complete beard care including trimming, conditioning, maintenance, and professional dyeing. Keep your beard looking sharp. Achieve the perfect groomed beard that turns heads.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7908.jpg", imageAlt: "Professional beard trimming service" }, { id: 3, - title: "Hair Artistry", description: "Professional hair coloring and capillary treatments. Vibrant colors and expert care for healthy, beautiful hair.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-from-sleepmask-dressed-domestic-wear-has-happy-smile-face-enjoys-good-morning-feels-refreshed-after-nap-poses-pink_273609-54576.jpg", imageAlt: "Vibrant professional hair coloring result" + title: "Hair Artistry", description: "Professional hair coloring and capillary treatments. Vibrant colors and expert care for healthy, beautiful hair. Leave with a fresh new look that reflects your personal style.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-from-sleepmask-dressed-domestic-wear-has-happy-smile-face-enjoys-good-morning-feels-refreshed-after-nap-poses-pink_273609-54576.jpg", imageAlt: "Vibrant professional hair coloring result" } ]} /> -- 2.49.1