diff --git a/src/app/page.tsx b/src/app/page.tsx index a93d6a6..fa979d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,13 +77,16 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Classic & Modern", title: "Expert Haircuts", subtitle: "Precision cuts for every style", description: "Whether you're looking for a timeless cut or the latest trend, our skilled stylists deliver sharp lines and perfect proportions every time. Same-day availability ensures you never wait long.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-getting-groomed_23-2149220521.jpg", imageAlt: "Professional barber performing precision haircut with sharp technique"}, + tag: "Classic & Modern", title: "Expert Haircuts", subtitle: "Precision cuts for every style", description: "Whether you're looking for a timeless cut or the latest trend, our skilled stylists deliver sharp lines and perfect proportions every time. Same-day availability ensures you never wait long.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-getting-groomed_23-2149220521.jpg", imageAlt: "Professional barber performing precision haircut with sharp technique" + }, { id: 2, - tag: "Color Specialists", title: "Professional Color", subtitle: "Vibrant, lasting results", description: "Transform your look with expert color treatments. From subtle highlights to bold statements, our color specialists use premium products and proven techniques for stunning, healthy-looking results.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-hairdryer-hairbrush_1385-2901.jpg", imageAlt: "Professional hair coloring service application"}, + tag: "Color Specialists", title: "Professional Color", subtitle: "Vibrant, lasting results", description: "Transform your look with expert color treatments. From subtle highlights to bold statements, our color specialists use premium products and proven techniques for stunning, healthy-looking results.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-hairdryer-hairbrush_1385-2901.jpg", imageAlt: "Professional hair coloring service application" + }, { id: 3, - tag: "Grooming Excellence", title: "Beard & Detail Work", subtitle: "Sculpted to perfection", description: "Perfect your look with professional beard shaping, trimming, and conditioning. We pay attention to every detail, ensuring you leave looking and feeling absolutely sharp.", imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-preparing-shaving-senior-client_23-2148181886.jpg", imageAlt: "Expert beard grooming and shaping service"}, + tag: "Grooming Excellence", title: "Beard & Detail Work", subtitle: "Sculpted to perfection", description: "Perfect your look with professional beard shaping, trimming, and conditioning. We pay attention to every detail, ensuring you leave looking and feeling absolutely sharp.", imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-preparing-shaving-senior-client_23-2148181886.jpg", imageAlt: "Expert beard grooming and shaping service" + }, ]} title="Our Services" description="From sharp cuts to stunning color treatments, we offer everything to keep you looking and feeling your best." @@ -106,17 +109,23 @@ export default function LandingPage() { author="Customer Reviews" avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", alt: "Satisfied customer portrait"}, + src: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", alt: "Satisfied customer portrait" + }, { - src: "http://img.b2bpic.net/free-photo/beautiful-woman-sweater-posing-near-light-lamps_114579-81983.jpg", alt: "Happy client photo"}, + src: "http://img.b2bpic.net/free-photo/beautiful-woman-sweater-posing-near-light-lamps_114579-81983.jpg", alt: "Happy client photo" + }, { - src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1605.jpg", alt: "Positive customer feedback"}, + src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1605.jpg", alt: "Positive customer feedback" + }, { - src: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", alt: "Loyal customer portrait"}, + src: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", alt: "Loyal customer portrait" + }, { - src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", alt: "Satisfied client photo"}, + src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", alt: "Satisfied client photo" + }, { - src: "http://img.b2bpic.net/free-photo/man-woman-laboratory-robes-talk-each-other-standing-greenhouse_8353-7139.jpg", alt: "Happy customer portrait"}, + src: "http://img.b2bpic.net/free-photo/man-woman-laboratory-robes-talk-each-other-standing-greenhouse_8353-7139.jpg", alt: "Happy customer portrait" + }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -133,8 +142,9 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - names=[ - "Fast Appointments", "Expert Stylists", "Premium Pricing", "Welcoming Atmosphere", "Local Pride", "Same-Day Availability", "Professional Results", "Customer First"] + names={[ + "Fast Appointments", "Expert Stylists", "Premium Pricing", "Welcoming Atmosphere", "Local Pride", "Same-Day Availability", "Professional Results", "Customer First" + ]} speed={35} showCard={true} />