Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
tagIcon={Scissors}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=1"
|
||||
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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=4", 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", 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?_wi=5", 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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=2"
|
||||
imageAlt="Brother's Barber Shop FAQ"
|
||||
mediaPosition="right"
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user