From 15e7283abea9d84b6fcdc191df98db71293bffc4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 23:18:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9b0335..1015ca6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,13 +46,13 @@ export default function LandingPage() { title="Elevating Your Natural Beauty" description="Experience professional styling at Downey's premier destination for luxury hair and makeup services." testimonials={[ - { name: "Robin Clark", handle: "@LocalGuide", testimonial: "I love the renovations. Mark Biri makes me look and feel better every time I leave the salon.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16383.jpg", imageAlt: "elegant hair salon interior portrait" }, + { name: "Robin Clark", handle: "@LocalGuide", testimonial: "I love the renovations. Mark Biri makes me look and feel better every time I leave the salon.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16383.jpg?_wi=1", imageAlt: "elegant hair salon interior portrait" }, { name: "DeWayne M", handle: "@LocalGuide", testimonial: "Michele is the best in the business! An Emmy award-winning talent, a true queen of her craft.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-composition_23-2148986633.jpg", imageAlt: "elegant hair salon interior portrait" }, - { name: "Vanessa Dionne", handle: "@Customer", testimonial: "I have been coming to Bella's for years. Always happy and get so many compliments on my hair.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-scissors-with-angry-face_141793-37454.jpg", imageAlt: "elegant hair salon interior portrait" }, - { name: "Sarah Jenkins", handle: "@Regular", testimonial: "The atmosphere is so calming and the results are consistently stunning.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg", imageAlt: "elegant hair salon interior portrait" }, - { name: "Michael T.", handle: "@LocalGuide", testimonial: "Hands down the best styling I've received in Downey. Truly expert service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3894.jpg", imageAlt: "elegant hair salon interior portrait" }, + { name: "Vanessa Dionne", handle: "@Customer", testimonial: "I have been coming to Bella's for years. Always happy and get so many compliments on my hair.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-scissors-with-angry-face_141793-37454.jpg?_wi=1", imageAlt: "elegant hair salon interior portrait" }, + { name: "Sarah Jenkins", handle: "@Regular", testimonial: "The atmosphere is so calming and the results are consistently stunning.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg?_wi=1", imageAlt: "elegant hair salon interior portrait" }, + { name: "Michael T.", handle: "@LocalGuide", testimonial: "Hands down the best styling I've received in Downey. Truly expert service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3894.jpg?_wi=1", imageAlt: "elegant hair salon interior portrait" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16383.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16383.jpg?_wi=2" imageAlt="Luxury salon interior" avatars={[ { src: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg", alt: "Client profile 1" }, @@ -81,9 +81,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Precision Haircuts", description: "Tailored cuts that complement your face shape and personal style perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-scissors-with-angry-face_141793-37454.jpg" }, - { title: "Advanced Coloring", description: "Expert highlighting, balayage, and full-color transformations using premium techniques.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg" }, - { title: "Bridal & Special Events", description: "Emmy-winning makeup and hairstyling to make your big day unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3894.jpg" }, + { title: "Precision Haircuts", description: "Tailored cuts that complement your face shape and personal style perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-scissors-with-angry-face_141793-37454.jpg?_wi=2" }, + { title: "Advanced Coloring", description: "Expert highlighting, balayage, and full-color transformations using premium techniques.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg?_wi=2" }, + { title: "Bridal & Special Events", description: "Emmy-winning makeup and hairstyling to make your big day unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3894.jpg?_wi=2" }, ]} title="Expert Salon Services" description="From precision cuts to red-carpet makeup artistry, our services define elegance." -- 2.49.1