diff --git a/src/app/page.tsx b/src/app/page.tsx index f36c8f7..790f607 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ 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" + 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?_wi=1", 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" @@ -107,13 +107,13 @@ export default function LandingPage() { 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" + 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?_wi=1", 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" + 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?_wi=2", 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" + 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?_wi=2", imageAlt: "Men's Grooming Service" } ]} className="py-20"