diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ea0240..31763cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "Book an Appointment", href: "#contact" }, { text: "Learn More", href: "#services" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1" imageAlt="JC's Barbershop interior" showDimOverlay={true} /> @@ -70,9 +70,9 @@ export default function LandingPage() { { id: "01", title: "Classic Haircut", description: "Professional haircuts with precision fades and modern styling techniques for a polished look", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg", imageAlt: "Professional haircut service"}, { - id: "02", title: "Beard Grooming", description: "Expert beard trimming, shaping, and styling to keep your facial hair looking sharp and well-maintained", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard grooming service"}, + id: "02", title: "Beard Grooming", description: "Expert beard trimming, shaping, and styling to keep your facial hair looking sharp and well-maintained", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Beard grooming service"}, { - id: "03", title: "Straight Razor Shave", description: "Traditional hot towel shave using premium products and straight razor techniques for ultimate comfort", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Straight razor shave service"}, + id: "03", title: "Straight Razor Shave", description: "Traditional hot towel shave using premium products and straight razor techniques for ultimate comfort", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=3", imageAlt: "Straight razor shave service"}, ]} textboxLayout="default" animationType="slide-up" @@ -90,13 +90,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Best Haircut in Town", quote: "I've been coming to JC's for three years. The barbers here are true professionals who listen to what you want and deliver exceptional results every time.", name: "Michael Johnson", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Johnson"}, + id: "1", title: "Best Haircut in Town", quote: "I've been coming to JC's for three years. The barbers here are true professionals who listen to what you want and deliver exceptional results every time.", name: "Michael Johnson", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Michael Johnson"}, { id: "2", title: "Premium Experience", quote: "The attention to detail is incredible. From the hot towel shave to the final touch, every step is done with precision and care. Highly recommend!", name: "David Martinez", role: "Monthly Regular", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Martinez"}, { id: "3", title: "Worth Every Penny", quote: "Professional, friendly, and talented barbers. My beard has never looked better. JC's Barbershop is worth the visit.", name: "James Wilson", role: "Beard Care Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "James Wilson"}, { - id: "4", title: "Finally Found My Barber", quote: "Great location, clean shop, amazing service. The barbers understand modern styles and execute them perfectly. This is my new regular spot!", name: "Christopher Lee", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Christopher Lee"}, + id: "4", title: "Finally Found My Barber", quote: "Great location, clean shop, amazing service. The barbers understand modern styles and execute them perfectly. This is my new regular spot!", name: "Christopher Lee", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Christopher Lee"}, ]} />