Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:38:15 +00:00
parent 8a1cda6910
commit f126125d12

View File

@@ -87,9 +87,10 @@ export default function LandingPage() {
{ value: "10+", title: "Years of Loyalty" }, { value: "10+", title: "Years of Loyalty" },
{ value: "4.8★", title: "Customer Rating" } { 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" imageAlt="Captain's Barber Shop interior"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -161,12 +162,12 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ 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: "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?_wi=2", imageAlt: "James Rodriguez" }, { 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: "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: "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: "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" }
]} ]}
/> />
</div> </div>
@@ -181,7 +182,7 @@ export default function LandingPage() {
]} ]}
textarea={{ name: "message", placeholder: "Preferred service or time (optional)", rows: 3, required: false }} textarea={{ name: "message", placeholder: "Preferred service or time (optional)", rows: 3, required: false }}
useInvertedBackground={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" imageAlt="Captain's Barber Shop"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"