Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-07 09:57:28 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -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,

View File

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