diff --git a/src/app/page.tsx b/src/app/page.tsx index 28ad949..f9b0335 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,28 +30,14 @@ export default function LandingPage() {
@@ -60,70 +46,20 @@ 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?_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?_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", - }, + { 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: "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" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16383.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16383.jpg" imageAlt="Luxury salon interior" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg", - alt: "Client profile 1", - }, - { - src: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229812.jpg", - alt: "Client profile 2", - }, - { - src: "http://img.b2bpic.net/free-photo/young-beautiful-female-hairdresser-apron-holding-hair-brushes-with-smile-face-standing-light-wall_141793-56019.jpg", - alt: "Client profile 3", - }, - { - src: "http://img.b2bpic.net/free-photo/young-beautiful-female-hairdresser-apron-holding-trimmer-looking-aside-confused-standing-green-wall_141793-55408.jpg", - alt: "Client profile 4", - }, - { - src: "http://img.b2bpic.net/free-photo/woman-with-red-hair-cafe-drinks-summer-cocktail-happy-laughs-smiles_1321-3715.jpg", - alt: "Client profile 5", - }, + { src: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg", alt: "Client profile 1" }, + { src: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229812.jpg", alt: "Client profile 2" }, + { src: "http://img.b2bpic.net/free-photo/young-beautiful-female-hairdresser-apron-holding-hair-brushes-with-smile-face-standing-light-wall_141793-56019.jpg", alt: "Client profile 3" }, + { src: "http://img.b2bpic.net/free-photo/young-beautiful-female-hairdresser-apron-holding-trimmer-looking-aside-confused-standing-green-wall_141793-55408.jpg", alt: "Client profile 4" }, + { src: "http://img.b2bpic.net/free-photo/woman-with-red-hair-cafe-drinks-summer-cocktail-happy-laughs-smiles_1321-3715.jpg", alt: "Client profile 5" }, ]} /> @@ -132,19 +68,9 @@ export default function LandingPage() {