Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 02:33:59 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -47,8 +47,8 @@ export default function LandingPage() {
tag="Premium Barber Shop"
tagIcon={Scissors}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=1"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg"
imageAlt="Brother's Barber Shop Interior"
buttons={[
{ text: "Book Appointment", href: "contact" },
@@ -114,19 +114,19 @@ export default function LandingPage() {
{
id: "master-barbers", groupTitle: "Master Barbers", members: [
{
id: "1", title: "Marcus Johnson", subtitle: "Head Barber & Founder", detail: "marcus@brothersbarber.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1", imageAlt: "Marcus Johnson"},
id: "1", title: "Marcus Johnson", subtitle: "Head Barber & Founder", detail: "marcus@brothersbarber.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus Johnson"},
{
id: "2", title: "David Chen", subtitle: "Master Stylist", detail: "david@brothersbarber.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "David Chen"},
id: "2", title: "David Chen", subtitle: "Master Stylist", detail: "david@brothersbarber.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "David Chen"},
{
id: "3", title: "Antonio Rodriguez", subtitle: "Senior Barber", detail: "antonio@brothersbarber.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=3", imageAlt: "Antonio Rodriguez"},
id: "3", title: "Antonio Rodriguez", subtitle: "Senior Barber", detail: "antonio@brothersbarber.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Antonio Rodriguez"},
],
},
{
id: "specialists", groupTitle: "Specialists", members: [
{
id: "4", title: "James Williams", subtitle: "Beard Specialist", detail: "james@brothersbarber.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=4", imageAlt: "James Williams"},
id: "4", title: "James Williams", subtitle: "Beard Specialist", detail: "james@brothersbarber.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "James Williams"},
{
id: "5", title: "Michael Lee", subtitle: "Grooming Expert", detail: "michael@brothersbarber.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=5", imageAlt: "Michael Lee"},
id: "5", title: "Michael Lee", subtitle: "Grooming Expert", detail: "michael@brothersbarber.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Michael Lee"},
],
},
]}
@@ -168,7 +168,7 @@ export default function LandingPage() {
useInvertedBackground={false}
mediaAnimation="slide-up"
faqsAnimation="slide-up"
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="Brother's Barber Shop FAQ"
mediaPosition="right"
faqs={[
@@ -195,7 +195,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Ready for Your Perfect Cut?"
description="Book your appointment today and experience the Brother's Barber difference. We're here to make you look and feel your best."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Book Appointment"