diff --git a/src/app/page.tsx b/src/app/page.tsx index 901cf94..8df1bce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,8 +32,7 @@ export default function LandingPage() { { name: "Home", id: "home" }, { name: "Services", id: "services" }, { name: "Products", id: "products" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" } + { name: "About", id: "about" } ]} brandName="Beautiful Hair Boutique" bottomLeftText="Luxury Hair Care" @@ -54,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Regular Client", testimonial: "The best hair experience I've ever had. The team is incredibly talented and caring!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-slim-young-female-jacket-jeans-leani_613910-16189.jpg?_wi=1", imageAlt: "professional headshot woman smiling" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-slim-young-female-jacket-jeans-leani_613910-16189.jpg", imageAlt: "professional headshot woman smiling" }, { name: "Jessica Chen", handle: "CEO, Tech Startup", testimonial: "Finally found a salon that understands my busy schedule and delivers perfection every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=1", imageAlt: "professional headshot woman happy" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "professional headshot woman happy" }, { name: "Amanda Rodriguez", handle: "Fashion Blogger", testimonial: "My hair has never looked better. The color work is absolutely stunning!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=1", imageAlt: "professional woman portrait headshot" + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", imageAlt: "professional woman portrait headshot" }, { name: "Rebecca Thompson", handle: "Business Owner", testimonial: "Worth every penny. Professional, friendly, and my hair looks magazine-ready!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=1", imageAlt: "professional woman headshot portrait" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", imageAlt: "professional woman headshot portrait" } ]} buttons={[ @@ -164,31 +163,30 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Emily Watson", handle: "@emilybeauty", testimonial: "I walked in nervous about my color change, but the team made me feel completely comfortable. My new hair is absolutely stunning!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-slim-young-female-jacket-jeans-leani_613910-16189.jpg?_wi=2", imageAlt: "professional headshot woman smiling" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-slim-young-female-jacket-jeans-leani_613910-16189.jpg", imageAlt: "professional headshot woman smiling" }, { id: "2", name: "Michelle Park", handle: "@shellbeauty", testimonial: "The attention to detail here is incredible. Every visit feels like a spa day. I'm obsessed!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=2", imageAlt: "professional headshot woman happy" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "professional headshot woman happy" }, { id: "3", name: "Victoria Cross", handle: "@victoriasays", testimonial: "Best investment I've made for myself. My hair has never been healthier or looked better!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=2", imageAlt: "professional woman portrait headshot" + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", imageAlt: "professional woman portrait headshot" }, { id: "4", name: "Lisa Anderson", handle: "@lisaanderson", testimonial: "I've tried many salons, but Beautiful Hair Boutique is truly the best. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=2", imageAlt: "professional woman headshot portrait" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", imageAlt: "professional woman headshot portrait" }, { id: "5", name: "Sophie Laurent", handle: "@sophieluxe", testimonial: "The stylists genuinely care about your hair health. I appreciate the personalized approach and expert guidance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-slim-young-female-jacket-jeans-leani_613910-16189.jpg?_wi=3", imageAlt: "professional headshot woman smiling" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-slim-young-female-jacket-jeans-leani_613910-16189.jpg", imageAlt: "professional headshot woman smiling" }, { id: "6", name: "Rachel Green", handle: "@rachelsgreen", testimonial: "Worth every penny! The experience, results, and customer service are exceptional. My new favorite place!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=3", imageAlt: "professional headshot woman happy" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "professional headshot woman happy" } ]} showRating={true} - gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false}