diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e4e154..cc041e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,14 +46,14 @@ export default function LandingPage() { title="Your Best Haircut Starts Here" description="Casual salon offering haircuts for adults & kids along with professional styling products for sale. Walk in or check wait times online." testimonials={[ - { name: "John D.", handle: "@johnd", testimonial: "Quick, friendly, and great results every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11862.jpg" }, - { name: "Sarah M.", handle: "@sarahm", testimonial: "My kids actually enjoy getting their hair cut here!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-fashion-lifestyle-portrait-young-fresh-amazing-woman-posing-bed-wearing-seductive-lingerie-relaxing-having-fun-morning-time_291049-528.jpg" }, - { name: "Kevin L.", handle: "@kevinl", testimonial: "Consistent, reliable service in Bowmanville.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg" }, - { name: "Mark R.", handle: "@markr", testimonial: "Always a fresh fade and great vibes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-english-male_1157-39185.jpg" }, - { name: "Elena P.", handle: "@elenap", testimonial: "Fastest and best cut in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-twins-sitting-living-room_329181-10641.jpg" }, + { name: "John D.", handle: "@johnd", testimonial: "Quick, friendly, and great results every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11862.jpg?_wi=1" }, + { name: "Sarah M.", handle: "@sarahm", testimonial: "My kids actually enjoy getting their hair cut here!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-fashion-lifestyle-portrait-young-fresh-amazing-woman-posing-bed-wearing-seductive-lingerie-relaxing-having-fun-morning-time_291049-528.jpg?_wi=1" }, + { name: "Kevin L.", handle: "@kevinl", testimonial: "Consistent, reliable service in Bowmanville.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg?_wi=1" }, + { name: "Mark R.", handle: "@markr", testimonial: "Always a fresh fade and great vibes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-english-male_1157-39185.jpg?_wi=1" }, + { name: "Elena P.", handle: "@elenap", testimonial: "Fastest and best cut in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-twins-sitting-living-room_329181-10641.jpg?_wi=1" }, ]} buttons={[{ text: "Check Wait Time", href: "#wait-time" }, { text: "Book Now", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/elegant-black-minimal-interior-design_23-2151913269.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-black-minimal-interior-design_23-2151913269.jpg?_wi=1" imageAlt="Professional haircut service" avatars={[ { src: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11862.jpg", alt: "Client 1" }, @@ -105,7 +105,7 @@ export default function LandingPage() { description="We specialize in haircuts that look sharp and help you feel confident. Our 'Clip Notes' feature ensures your preferences are saved for every visit." subdescription="Located in the heart of SmartCentres Bowmanville, we pride ourselves on getting you in, out, and looking your best." icon={Scissors} - imageSrc="http://img.b2bpic.net/free-photo/elegant-black-minimal-interior-design_23-2151913269.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-black-minimal-interior-design_23-2151913269.jpg?_wi=2" mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -118,11 +118,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Alex R.", handle: "@alex", testimonial: "Great experience, the fade was sharp!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11862.jpg" }, - { id: "t2", name: "Jamie P.", handle: "@jamie", testimonial: "Friendly staff, consistent work.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/indoor-fashion-lifestyle-portrait-young-fresh-amazing-woman-posing-bed-wearing-seductive-lingerie-relaxing-having-fun-morning-time_291049-528.jpg" }, - { id: "t3", name: "Sam T.", handle: "@sam", testimonial: "Quick and easy, perfect for busy days.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg" }, - { id: "t4", name: "Pat S.", handle: "@pat", testimonial: "Good price, good haircut.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-english-male_1157-39185.jpg" }, - { id: "t5", name: "Taylor W.", handle: "@taylor", testimonial: "Very patient with my kids.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-twins-sitting-living-room_329181-10641.jpg" }, + { id: "t1", name: "Alex R.", handle: "@alex", testimonial: "Great experience, the fade was sharp!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11862.jpg?_wi=2" }, + { id: "t2", name: "Jamie P.", handle: "@jamie", testimonial: "Friendly staff, consistent work.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/indoor-fashion-lifestyle-portrait-young-fresh-amazing-woman-posing-bed-wearing-seductive-lingerie-relaxing-having-fun-morning-time_291049-528.jpg?_wi=2" }, + { id: "t3", name: "Sam T.", handle: "@sam", testimonial: "Quick and easy, perfect for busy days.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg?_wi=2" }, + { id: "t4", name: "Pat S.", handle: "@pat", testimonial: "Good price, good haircut.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-english-male_1157-39185.jpg?_wi=2" }, + { id: "t5", name: "Taylor W.", handle: "@taylor", testimonial: "Very patient with my kids.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-twins-sitting-living-room_329181-10641.jpg?_wi=2" }, ]} showRating={true} title="What Our Clients Say"