Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-14 21:50:55 +00:00

View File

@@ -98,22 +98,22 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Expert Haircuts", description: "Professional haircuts for men and women, expertly crafted to suit your face shape, hair type, and personal style.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-beard-trim-with-razor_23-2148242806.jpg", imageAlt: "Professional Haircut Service", cardTitleClassName: "text-lg font-semibold"
title: "Expert Haircuts", description: "Professional haircuts for men and women, expertly crafted to suit your face shape, hair type, and personal style.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-beard-trim-with-razor_23-2148242806.jpg", imageAlt: "Professional Haircut Service"
},
{
title: "Vibrant Hair Coloring", description: "Transform your look with our premium hair coloring services using high-quality, professional-grade products.", imageSrc: "http://img.b2bpic.net/free-photo/process-hair-coloring-hairdresser-parlor_23-2147769771.jpg", imageAlt: "Hair Coloring Service", cardTitleClassName: "text-lg font-semibold"
title: "Vibrant Hair Coloring", description: "Transform your look with our premium hair coloring services using high-quality, professional-grade products.", imageSrc: "http://img.b2bpic.net/free-photo/process-hair-coloring-hairdresser-parlor_23-2147769771.jpg", imageAlt: "Hair Coloring Service"
},
{
title: "Stunning Highlights", description: "Add dimension and depth to your hair with our carefully applied highlight treatments for a flawless finish.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hair-washing-with-soap_140725-8948.jpg", imageAlt: "Hair Highlights Service", cardTitleClassName: "text-lg font-semibold"
title: "Stunning Highlights", description: "Add dimension and depth to your hair with our carefully applied highlight treatments for a flawless finish.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hair-washing-with-soap_140725-8948.jpg", imageAlt: "Hair Highlights Service"
},
{
title: "Blow Dry Styling", description: "Achieve salon-quality blow dry and styling to complete your look with professional technique and care.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230941.jpg", imageAlt: "Blow Dry Styling Service", cardTitleClassName: "text-lg font-semibold"
title: "Blow Dry Styling", description: "Achieve salon-quality blow dry and styling to complete your look with professional technique and care.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230941.jpg", imageAlt: "Blow Dry Styling Service"
},
{
title: "Hair Styling Consultation", description: "Personalized consultation with our expert stylists to create the perfect style for your lifestyle and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230941.jpg", imageAlt: "Styling Consultation Service", cardTitleClassName: "text-lg font-semibold"
title: "Hair Styling Consultation", description: "Personalized consultation with our expert stylists to create the perfect style for your lifestyle and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230941.jpg", imageAlt: "Styling Consultation Service"
},
{
title: "Men's Grooming", description: "Professional men's haircuts and grooming services designed to keep you looking sharp and well-maintained.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-beard-trim-with-razor_23-2148242806.jpg", imageAlt: "Men's Grooming Service", cardTitleClassName: "text-lg font-semibold"
title: "Men's Grooming", description: "Professional men's haircuts and grooming services designed to keep you looking sharp and well-maintained.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-beard-trim-with-razor_23-2148242806.jpg", imageAlt: "Men's Grooming Service"
}
]}
className="py-20"
@@ -136,10 +136,10 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "nahid", name: "Nahid", role: "Senior Hair Stylist", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg", imageAlt: "Nahid - Senior Hair Stylist", roleClassName: "text-sm text-foreground/70"
id: "nahid", name: "Nahid", role: "Senior Hair Stylist", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg", imageAlt: "Nahid - Senior Hair Stylist"
},
{
id: "zara", name: "Zara", role: "Expert Colorist & Stylist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-inside-portrait-romantic-pretty-girl-with-blond-hairstyle-is-sitting-near-window-smiling_291650-2077.jpg", imageAlt: "Zara - Expert Colorist", roleClassName: "text-sm text-foreground/70"
id: "zara", name: "Zara", role: "Expert Colorist & Stylist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-inside-portrait-romantic-pretty-girl-with-blond-hairstyle-is-sitting-near-window-smiling_291650-2077.jpg", imageAlt: "Zara - Expert Colorist"
}
]}
className="py-20"