Update src/app/page.tsx

This commit is contained in:
2026-03-13 00:10:30 +00:00
parent efb73bab31
commit 2bf34b4095

View File

@@ -44,25 +44,26 @@ export default function LandingPage() {
description="Precision cuts, expert styling, and professional grooming services for the modern man. Leo's Barber Shop delivers excellence in every blade stroke."
tag="Est. 2020"
tagIcon={Award}
imageSrc="http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21717.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21717.jpg"
imageAlt="Leo's Barber Shop Interior"
mediaAnimation="slide-up"
background={{ variant: "plain" }}
testimonials={[
{
name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best fade I've ever gotten. Precision and professionalism every single time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/picture-self-confident-young-bearded-guy-with-tattoo-posing-indoors-closed-posture-crossign-arms-his-chest-doesn-t-believe-you-feelign-certain-while-having-argument-body-language_343059-1712.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/picture-self-confident-young-bearded-guy-with-tattoo-posing-indoors-closed-posture-crossign-arms-his-chest-doesn-t-believe-you-feelign-certain-while-having-argument-body-language_343059-1712.jpg"
},
{
name: "David Chen", handle: "Loyal Client", testimonial: "Leo's attention to detail is unmatched. This is the only barber shop I trust.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94785.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94785.jpg"
},
{
name: "James Wilson", handle: "First-Time Visit", testimonial: "Outstanding service! The environment is clean, professional, and welcoming.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg"
},
{
name: "Alex Martinez", handle: "Weekly Regular", testimonial: "Fast, efficient, and always delivers exactly what I ask for. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16303.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16303.jpg"
}
]}
testimonialRotationInterval={5000}
@@ -83,7 +84,7 @@ export default function LandingPage() {
tagIcon={Scissors}
features={[
{
title: "Precision Haircuts", description: "Expert scissor and clipper work tailored to your style and face shape", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-client-s-hair_23-2148940860.jpg?_wi=1", imageAlt: "Professional haircut service", buttonIcon: ArrowRight
title: "Precision Haircuts", description: "Expert scissor and clipper work tailored to your style and face shape", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-client-s-hair_23-2148940860.jpg", imageAlt: "Professional haircut service", buttonIcon: ArrowRight
},
{
title: "Beard Grooming", description: "Professional beard shaping, trimming, and styling services", imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg", imageAlt: "Expert beard grooming", buttonIcon: ArrowRight
@@ -92,7 +93,7 @@ export default function LandingPage() {
title: "Fade Cuts", description: "Crisp, clean fades with precise blending from top to skin", imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Modern fade cut styling", buttonIcon: ArrowRight
},
{
title: "Hot Towel Shave", description: "Classic straight razor shave with premium aftercare products", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-client-s-hair_23-2148940860.jpg?_wi=2", imageAlt: "Traditional shave service", buttonIcon: ArrowRight
title: "Hot Towel Shave", description: "Classic straight razor shave with premium aftercare products", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-client-s-hair_23-2148940860.jpg", imageAlt: "Traditional shave service", buttonIcon: ArrowRight
}
]}
textboxLayout="default"
@@ -127,27 +128,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "Marketing Manager", company: "Tech Solutions Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/picture-self-confident-young-bearded-guy-with-tattoo-posing-indoors-closed-posture-crossign-arms-his-chest-doesn-t-believe-you-feelign-certain-while-having-argument-body-language_343059-1712.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/picture-self-confident-young-bearded-guy-with-tattoo-posing-indoors-closed-posture-crossign-arms-his-chest-doesn-t-believe-you-feelign-certain-while-having-argument-body-language_343059-1712.jpg"
},
{
id: "2", name: "David Chen", role: "Entrepreneur", company: "Chen Ventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94785.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94785.jpg"
},
{
id: "3", name: "James Wilson", role: "Software Engineer", company: "Digital Innovations", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg"
},
{
id: "4", name: "Alex Martinez", role: "Finance Professional", company: "Capital Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16303.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16303.jpg"
},
{
id: "5", name: "Chris Rodriguez", role: "Sales Executive", company: "Global Trade Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/picture-self-confident-young-bearded-guy-with-tattoo-posing-indoors-closed-posture-crossign-arms-his-chest-doesn-t-believe-you-feelign-certain-while-having-argument-body-language_343059-1712.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/picture-self-confident-young-bearded-guy-with-tattoo-posing-indoors-closed-posture-crossign-arms-his-chest-doesn-t-believe-you-feelign-certain-while-having-argument-body-language_343059-1712.jpg"
},
{
id: "6", name: "Kevin Thompson", role: "Business Consultant", company: "Growth Partners", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94785.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94785.jpg"
}
]}
gridVariant="uniform-all-items-equal"
@@ -166,7 +167,7 @@ export default function LandingPage() {
tagIcon={Calendar}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21717.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21717.jpg"
imageAlt="Leo's Barber Shop contact"
mediaAnimation="slide-up"
mediaPosition="right"