Update src/app/page.tsx

This commit is contained in:
2026-03-10 15:57:21 +00:00
parent b928eb14e7
commit e2a542c0fc

View File

@@ -65,16 +65,20 @@ 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"