diff --git a/src/app/page.tsx b/src/app/page.tsx index fa38e4a..b540299 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,20 +65,16 @@ export default function LandingPage() { tagIcon={Sparkles} features={[ { - id: 1, - title: "Professional Haircuts", description: "Expert cutting techniques tailored to your face shape and style preferences. Precision cuts for all hair types and lengths.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-shop-worker-doing-her-job_23-2148353425.jpg", imageAlt: "professional hairdresser cutting woman hair salon" + id: "1", title: "Professional Haircuts", description: "Expert cutting techniques tailored to your face shape and style preferences. Precision cuts for all hair types and lengths.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-shop-worker-doing-her-job_23-2148353425.jpg", imageAlt: "professional hairdresser cutting woman hair salon" }, { - id: 2, - title: "Premium Hair Coloring", description: "Luxurious hair coloring treatments using premium products. From subtle highlights to bold transformations.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108777.jpg", imageAlt: "hair coloring treatment salon professional coloring" + id: "2", title: "Premium Hair Coloring", description: "Luxurious hair coloring treatments using premium products. From subtle highlights to bold transformations.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108777.jpg", imageAlt: "hair coloring treatment salon professional coloring" }, { - id: 3, - title: "Professional Styling", description: "Expert styling for everyday looks and special occasions. Creative designs that bring your vision to life.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-getting-her-hair-done_107420-12127.jpg", imageAlt: "professional hair styling elegant updo hairstyle" + id: "3", title: "Professional Styling", description: "Expert styling for everyday looks and special occasions. Creative designs that bring your vision to life.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-getting-her-hair-done_107420-12127.jpg", imageAlt: "professional hair styling elegant updo hairstyle" }, { - id: 4, - title: "Hair Treatments", description: "Restorative hair care treatments to nourish and revitalize. Keratin, deep conditioning, and therapeutic therapies.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-washed_23-2148224413.jpg", imageAlt: "hair treatment spa therapy salon healthy hair" + id: "4", title: "Hair Treatments", description: "Restorative hair care treatments to nourish and revitalize. Keratin, deep conditioning, and therapeutic therapies.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-washed_23-2148224413.jpg", imageAlt: "hair treatment spa therapy salon healthy hair" } ]} textboxLayout="default"