diff --git a/src/app/page.tsx b/src/app/page.tsx index c0048aa..2f64005 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,9 +87,10 @@ export default function LandingPage() { { value: "10+", title: "Years of Loyalty" }, { value: "4.8★", title: "Customer Rating" } ]} - imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg" imageAlt="Captain's Barber Shop interior" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -161,12 +162,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Worth Every Minute", quote: "Worth the wait, come for the haircut, stay for the vibes. This place has something special—it's the energy, the precision, and the genuine care. Captain's isn't just cutting hair; they're delivering an experience.", name: "Marcus Thompson", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Thompson" }, - { id: "2", title: "Unmatched Quality", quote: "Great service and awesome fades and cuts. Every time I leave, I feel like I've been given a masterpiece. The barbers here know their craft inside and out.", name: "James Rodriguez", role: "Loyal Member", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Rodriguez" }, + { id: "1", title: "Worth Every Minute", quote: "Worth the wait, come for the haircut, stay for the vibes. This place has something special—it's the energy, the precision, and the genuine care. Captain's isn't just cutting hair; they're delivering an experience.", name: "Marcus Thompson", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson" }, + { id: "2", title: "Unmatched Quality", quote: "Great service and awesome fades and cuts. Every time I leave, I feel like I've been given a masterpiece. The barbers here know their craft inside and out.", name: "James Rodriguez", role: "Loyal Member", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez" }, { id: "3", title: "A Decade of Trust", quote: "Had my first haircut 10ish years ago and I'm still here. That says everything. The consistency, the care, the community—once you experience it, you never leave.", name: "David Chen", role: "10-Year Client", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Chen" }, { id: "4", title: "Master-Level Work", quote: "Master-level fades every single time. The attention to detail and precision is unmatched. This is where I trust my look to.", name: "Anthony Brown", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Anthony Brown" }, { id: "5", title: "Pure Energy", quote: "The energy in this place is unbeatable. From the moment you walk in, you feel welcomed. It's not just a barber shop; it's a community hub.", name: "Kevin Williams", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Kevin Williams" }, - { id: "6", title: "The Best in York", quote: "Best barber in York, hands down. The skill, the personality, the results—everything is top-tier. I wouldn't go anywhere else.", name: "Steven Lee", role: "Dedicated Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Steven Lee" } + { id: "6", title: "The Best in York", quote: "Best barber in York, hands down. The skill, the personality, the results—everything is top-tier. I wouldn't go anywhere else.", name: "Steven Lee", role: "Dedicated Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Steven Lee" } ]} /> @@ -181,7 +182,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Preferred service or time (optional)", rows: 3, required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg" imageAlt="Captain's Barber Shop" mediaAnimation="slide-up" mediaPosition="right"