Merge version_1 into main #1
@@ -22,28 +22,28 @@ export default function LandingPage() {
|
||||
|
||||
const heroSlides = [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-working-with-hair-elderly-client_23-2148181885.jpg", imageAlt: "Brand New Man Barber Shop Interior"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-working-with-hair-elderly-client_23-2148181885.jpg?_wi=1", imageAlt: "Brand New Man Barber Shop Interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "Professional Barber Cutting Hair"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg?_wi=1", imageAlt: "Professional Barber Cutting Hair"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-bistro-exterior-architecture_23-2149356830.jpg", imageAlt: "Brand New Man Barber Shop Exterior"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-bistro-exterior-architecture_23-2149356830.jpg?_wi=1", imageAlt: "Brand New Man Barber Shop Exterior"
|
||||
}
|
||||
];
|
||||
|
||||
const serviceFeatures = [
|
||||
{
|
||||
id: 1,
|
||||
tag: "Classic", title: "Haircuts & Styling", subtitle: "Professional cuts for every style", description: "From classic fades to modern styles, our expert barbers deliver precision haircuts that match your personal aesthetic. We use quality tools and premium products to ensure every cut looks sharp and lasts longer.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "Professional Haircut Service"
|
||||
tag: "Classic", title: "Haircuts & Styling", subtitle: "Professional cuts for every style", description: "From classic fades to modern styles, our expert barbers deliver precision haircuts that match your personal aesthetic. We use quality tools and premium products to ensure every cut looks sharp and lasts longer.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg?_wi=2", imageAlt: "Professional Haircut Service"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Premium", title: "Line-Ups & Designs", subtitle: "Precision detail work", description: "Get perfectly detailed line-ups, edge-ups, and custom designs. Our barbers are skilled in creating clean lines and intricate patterns to elevate your look with professional attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-bistro-exterior-architecture_23-2149356830.jpg", imageAlt: "Barber Shop Professional Service"
|
||||
tag: "Premium", title: "Line-Ups & Designs", subtitle: "Precision detail work", description: "Get perfectly detailed line-ups, edge-ups, and custom designs. Our barbers are skilled in creating clean lines and intricate patterns to elevate your look with professional attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-bistro-exterior-architecture_23-2149356830.jpg?_wi=2", imageAlt: "Barber Shop Professional Service"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Specialty", title: "Beard & Grooming", subtitle: "Full facial grooming care", description: "Professional beard trims, shaping, and grooming treatments. We use quality beard care products to keep your facial hair healthy, styled, and looking its best.", imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-working-with-hair-elderly-client_23-2148181885.jpg", imageAlt: "Premium Grooming Services"
|
||||
tag: "Specialty", title: "Beard & Grooming", subtitle: "Full facial grooming care", description: "Professional beard trims, shaping, and grooming treatments. We use quality beard care products to keep your facial hair healthy, styled, and looking its best.", imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-working-with-hair-elderly-client_23-2148181885.jpg?_wi=2", imageAlt: "Premium Grooming Services"
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user