Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e99965c323 | |||
| 8fb32c6b82 | |||
| f3c64eacd1 | |||
| a236292643 | |||
| 5bae1881d0 | |||
| 509463b9bb |
@@ -88,9 +88,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-barber-shop_1048-22010.jpg", imageAlt: "Stylish man relaxing in a barbershop chair"},
|
imageSrc: "http://img.b2bpic.net/free-photo/man-barber-shop_1048-22010.jpg", imageAlt: "Stylish man relaxing in a barbershop chair"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior-style_1048-22005.jpg", imageAlt: "Modern barbershop interior with classic chairs"},
|
imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-hair-clipper-close-up_1048-22021.jpg", imageAlt: "Close-up of a barber cutting hair with clippers"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior-design_1048-22003.jpg?_wi=1", imageAlt: "Warm and inviting barbershop design"},
|
imageSrc: "http://img.b2bpic.net/free-photo/barber-scissors-and-comb-on-hair_1048-22022.jpg", imageAlt: "Barber's scissors and comb during a haircut"}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
|||||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/mens-conditioner_1048-22019.jpg", imageAlt: "Men's hair conditioner bottle"},
|
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/mens-conditioner_1048-22019.jpg", imageAlt: "Men's hair conditioner bottle"},
|
||||||
{
|
{
|
||||||
id: "p-shave-brush", brand: "The Sharp Cut", name: " badger Hair Shave Brush", price: "$35.00", rating: 5,
|
id: "p-shave-brush", brand: "The Sharp Cut", name: " badger Hair Shave Brush", price: "$35.00", rating: 5,
|
||||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/shave-brush_1048-22020.jpg", imageAlt: "Classic badger hair shaving brush"},
|
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/shave-brush_1048-22020.jpg", imageAlt: "Classic badger hair shaving brush"}
|
||||||
]}
|
]}
|
||||||
title="Premium Grooming Products"
|
title="Premium Grooming Products"
|
||||||
description="Maintain your refined look at home with our exclusive line of barber-approved grooming products. Crafted for quality, designed for the modern gentleman."
|
description="Maintain your refined look at home with our exclusive line of barber-approved grooming products. Crafted for quality, designed for the modern gentleman."
|
||||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "m-john", title: "John 'The Cutter' Doe", subtitle: "Master Barber & Stylist", detail: "With over 15 years in the industry, John is renowned for his precision fades and classic straight razor shaves. He's passionate about delivering a flawless look every time.", imageSrc: "http://img.b2bpic.net/free-photo/barber-man_1048-22011.jpg", imageAlt: "Portrait of Master Barber John Doe"},
|
id: "m-john", title: "John 'The Cutter' Doe", subtitle: "Master Barber & Stylist", detail: "With over 15 years in the industry, John is renowned for his precision fades and classic straight razor shaves. He's passionate about delivering a flawless look every time.", imageSrc: "http://img.b2bpic.net/free-photo/barber-man_1048-22011.jpg", imageAlt: "Portrait of Master Barber John Doe"},
|
||||||
{
|
{
|
||||||
id: "m-mike", title: "Mike 'The Blade' Smith", subtitle: "Senior Barber", detail: "Mike specializes in modern styles and intricate beard designs. His keen eye for detail ensures every client leaves feeling sharp and confident.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-team_1048-22011.jpg", imageAlt: "Portrait of Senior Barber Mike Smith"},
|
id: "m-mike", title: "Mike 'The Blade' Smith", subtitle: "Senior Barber", detail: "Mike specializes in modern styles and intricate beard designs. His keen eye for detail ensures every client leaves feeling sharp and confident.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-team_1048-22011.jpg", imageAlt: "Portrait of Senior Barber Mike Smith"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -246,7 +246,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "t-5", name: "Mason T.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-customer-testimonial-5_1048-22012.jpg", imageAlt: "Client leaving the barbershop with a fresh cut"},
|
id: "t-5", name: "Mason T.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-customer-testimonial-5_1048-22012.jpg", imageAlt: "Client leaving the barbershop with a fresh cut"},
|
||||||
{
|
{
|
||||||
id: "t-6", name: "Jacob W.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-customer-testimonial-6_1048-22012.jpg", imageAlt: "Gentleman enjoying the barbershop experience"},
|
id: "t-6", name: "Jacob W.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-customer-testimonial-6_1048-22012.jpg", imageAlt: "Gentleman enjoying the barbershop experience"}
|
||||||
]}
|
]}
|
||||||
cardTitle="Our Clients Speak for Themselves!"
|
cardTitle="Our Clients Speak for Themselves!"
|
||||||
cardTag="Raving Reviews"
|
cardTag="Raving Reviews"
|
||||||
@@ -272,7 +272,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "q3", title: "How long does a typical haircut take?", content: "A standard haircut usually takes around 30-45 minutes, while a classic hot lather shave might take about 25-30 minutes. Full grooming packages may take longer. We value precision over speed."},
|
id: "q3", title: "How long does a typical haircut take?", content: "A standard haircut usually takes around 30-45 minutes, while a classic hot lather shave might take about 25-30 minutes. Full grooming packages may take longer. We value precision over speed."},
|
||||||
{
|
{
|
||||||
id: "q4", title: "Can I request a specific barber?", content: "Absolutely! When booking online or over the phone, you can select your preferred barber based on their availability. We encourage building a relationship with your barber for consistent, personalized service."},
|
id: "q4", title: "Can I request a specific barber?", content: "Absolutely! When booking online or over the phone, you can select your preferred barber based on their availability. We encourage building a relationship with your barber for consistent, personalized service."}
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/barber-shop-faq_1048-22013.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/barber-shop-faq_1048-22013.jpg"
|
||||||
imageAlt="Barber answering questions from a client"
|
imageAlt="Barber answering questions from a client"
|
||||||
|
|||||||
Reference in New Issue
Block a user