|
|
|
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|
|
|
borderRadius="rounded"
|
|
|
|
borderRadius="rounded"
|
|
|
|
contentWidth="medium"
|
|
|
|
contentWidth="medium"
|
|
|
|
sizing="medium"
|
|
|
|
sizing="medium"
|
|
|
|
background="aurora"
|
|
|
|
background="fluid"
|
|
|
|
cardStyle="soft-shadow"
|
|
|
|
cardStyle="soft-shadow"
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
secondaryButtonStyle="radial-glow"
|
|
|
|
secondaryButtonStyle="radial-glow"
|
|
|
|
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|
|
|
<HeroCentered
|
|
|
|
<HeroCentered
|
|
|
|
title="Premium Barbershop Experience"
|
|
|
|
title="Premium Barbershop Experience"
|
|
|
|
description="Exceptional haircuts, beard grooming, and professional service in a welcoming atmosphere. Trusted by over 500 satisfied customers."
|
|
|
|
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={[
|
|
|
|
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/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" },
|
|
|
|
{ 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"
|
|
|
|
animationType="slide-up"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
testimonials={[
|
|
|
|
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: "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: "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: "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: "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: "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: "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: "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" }
|
|
|
|
{ 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
|
|
|
|
<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."
|
|
|
|
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"
|
|
|
|
animationType="entrance-slide"
|
|
|
|
background={{ variant: "downward-rays-animated" }}
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Book Appointment", href: "https://usabarbershop.net" },
|
|
|
|
{ text: "Book Appointment", href: "https://usabarbershop.net" },
|
|
|
|
|