diff --git a/src/app/page.tsx b/src/app/page.tsx index 772610f..e0f7a40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=1", imageAlt: "Precision Cuts Barber Shop Interior" + imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Precision Cuts Barber Shop Interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=2", imageAlt: "Professional Barbering Environment" + imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Professional Barbering Environment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=3", imageAlt: "Modern Barber Shop" + imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Modern Barber Shop" } ]} autoplayDelay={5000} @@ -75,7 +75,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Classic Haircut", description: "Professional haircuts with precision technique, tailored to your style and face shape", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6346.jpg?_wi=1", imageAlt: "Classic Haircut Service" + title: "Classic Haircut", description: "Professional haircuts with precision technique, tailored to your style and face shape", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6346.jpg", imageAlt: "Classic Haircut Service" }, { id: 2, @@ -87,7 +87,7 @@ export default function LandingPage() { }, { id: 4, - title: "Hair Styling", description: "Modern styling techniques for any occasion, from casual to special events", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6346.jpg?_wi=2", imageAlt: "Hair Styling Service" + title: "Hair Styling", description: "Modern styling techniques for any occasion, from casual to special events", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6346.jpg", imageAlt: "Hair Styling Service" } ]} /> @@ -107,6 +107,7 @@ export default function LandingPage() { imageAlt="Precision Cuts Barbershop" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -146,10 +147,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "David Thompson" + id: "1", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Thompson" }, { - id: "2", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "James Wilson" + id: "2", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Wilson" }, { id: "3", name: "Robert Martinez", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Robert Martinez" @@ -158,10 +159,10 @@ export default function LandingPage() { id: "4", name: "Christopher Lee", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Christopher Lee" }, { - id: "5", name: "Marcus Jackson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Marcus Jackson" + id: "5", name: "Marcus Jackson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Marcus Jackson" }, { - id: "6", name: "Kevin O'Brien", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Kevin O'Brien" + id: "6", name: "Kevin O'Brien", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Kevin O'Brien" } ]} />