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, 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" } ]} />