Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Precision Haircuts", description: "Classic and modern cuts tailored to your style. Our barbers master every technique from fades to shape-ups.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-male-barber-holds-sharp-scissors-blade_613910-1390.jpg", imageAlt: "Professional haircut service"
|
||||
title: "Precision Haircuts", description: "Classic and modern cuts tailored to your style. Our barbers master every technique from fades to shape-ups.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-male-barber-holds-sharp-scissors-blade_613910-1390.jpg?_wi=1", imageAlt: "Professional haircut service"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Hair & Beard Treatments", description: "Premium treatments including scalp massage, beard oil application, and specialty grooming products for maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-male-barber-holds-sharp-scissors-blade_613910-1390.jpg", imageAlt: "Professional grooming treatments"
|
||||
title: "Hair & Beard Treatments", description: "Premium treatments including scalp massage, beard oil application, and specialty grooming products for maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-male-barber-holds-sharp-scissors-blade_613910-1390.jpg?_wi=2", imageAlt: "Professional grooming treatments"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "View Pricing", href: "#pricing" }]}
|
||||
@@ -148,13 +148,13 @@ export default function LandingPage() {
|
||||
membersAnimation="blur-reveal"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Maurice Thompson", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg", imageAlt: "Maurice Thompson, Lead Barber"
|
||||
id: "1", name: "Maurice Thompson", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=1", imageAlt: "Maurice Thompson, Lead Barber"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Omar Perez", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Omar Perez, Senior Barber"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg", imageAlt: "Marcus Johnson, Grooming Specialist"
|
||||
id: "3", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=2", imageAlt: "Marcus Johnson, Grooming Specialist"
|
||||
}
|
||||
]}
|
||||
memberVariant="card"
|
||||
@@ -174,19 +174,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Martinez", role: "Business Owner", company: "Local Tech Firm", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Martinez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "James Martinez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", role: "Marketing Director", company: "Creative Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Robert Williams", role: "Financial Advisor", company: "Wealth Management", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Williams"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Robert Williams"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Anthony Rodriguez", role: "Attorney", company: "Legal Practice", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Anthony Rodriguez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Anthony Rodriguez"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user