Update src/app/page.tsx

This commit is contained in:
2026-03-06 01:25:08 +00:00
parent bce9109b1f
commit ec84eae9c7

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="aurora"
background="fluid"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroCentered
title="Premium Barbershop Experience"
description="Exceptional haircuts, beard grooming, and professional service in a welcoming atmosphere. Trusted by over 500 satisfied customers."
background={{ variant: "canvas-reveal" }}
background={{ variant: "sparkles-gradient" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Satisfied customer" },
{ src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Happy client" },
@@ -122,9 +122,9 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sofi", role: "Master Barber", company: "USA Barbershop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sofi testimonial" },
{ id: "2", name: "Moe", role: "Expert Barber", company: "USA Barbershop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Moe testimonial" },
{ id: "3", name: "Heather", role: "Parent", company: "Happy Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confused-man-squinting-looking-puzzled-can-t-understand_176420-18712.jpg", imageAlt: "Heather testimonial" },
{ id: "1", name: "Sofi", role: "Software Engineer", company: "Tech Company", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sofi testimonial" },
{ id: "2", name: "Moe", role: "Small Business Owner", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Moe testimonial" },
{ id: "3", name: "Heather", role: "Marketing Manager", company: "Digital Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confused-man-squinting-looking-puzzled-can-t-understand_176420-18712.jpg", imageAlt: "Heather testimonial" },
{ id: "4", name: "Erika", role: "Family Customer", company: "Regular Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Erika testimonial" },
{ id: "5", name: "David", role: "Loyal Customer", company: "USA Barbershop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg", imageAlt: "David testimonial" },
{ id: "6", name: "James", role: "Regular Guest", company: "Satisfied Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "James testimonial" }
@@ -166,7 +166,7 @@ export default function LandingPage() {
<ContactText
text="Ready to experience the USA Barbershop difference? Book your appointment today and discover why hundreds of customers trust us for their grooming needs."
animationType="entrance-slide"
background={{ variant: "downward-rays-animated" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Book Appointment", href: "https://usabarbershop.net" },