Merge version_1 into main #1
@@ -56,15 +56,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best barber in the city! Adan's attention to detail is unmatched. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "David Chen", handle: "First-Time Client", testimonial: "Amazing experience. Professional, friendly, and my haircut is perfect. Will definitely be back.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
name: "James Rodriguez", handle: "Loyal Customer", testimonial: "CutzByAdan is the real deal. Clean shop, quality service, and great prices. 5 stars!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -96,16 +96,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Classic Haircuts", description: "Traditional and contemporary cuts executed with expert precision. Perfect for any occasion.", tag: "Most Popular", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Professional barber performing a haircut"
|
||||
id: "1", title: "Classic Haircuts", description: "Traditional and contemporary cuts executed with expert precision. Perfect for any occasion.", tag: "Most Popular", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=1", imageAlt: "Professional barber performing a haircut"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Beard Grooming", description: "Full beard trimming, shaping, and styling services. Leave looking sharp and well-groomed.", tag: "Premium Service", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Beard grooming and styling"
|
||||
id: "2", title: "Beard Grooming", description: "Full beard trimming, shaping, and styling services. Leave looking sharp and well-groomed.", tag: "Premium Service", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=2", imageAlt: "Beard grooming and styling"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Fade & Design", description: "Precision fades with creative designs and line work. Custom styles for the modern gentleman.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Fade and design haircut service"
|
||||
id: "3", title: "Fade & Design", description: "Precision fades with creative designs and line work. Custom styles for the modern gentleman.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=3", imageAlt: "Fade and design haircut service"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Hot Towel Shave", description: "Luxurious straight razor shave with hot towel treatment. A timeless barbershop experience.", tag: "Relaxing", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Hot towel shave service"
|
||||
id: "4", title: "Hot Towel Shave", description: "Luxurious straight razor shave with hot towel treatment. A timeless barbershop experience.", tag: "Relaxing", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=4", imageAlt: "Hot towel shave service"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -115,16 +115,16 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Marcus Johnson"
|
||||
id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=4", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David Chen"
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=5", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "James Rodriguez"
|
||||
id: "3", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=6", imageAlt: "James Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Thomas Williams", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Thomas Williams"
|
||||
id: "4", name: "Thomas Williams", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=7", imageAlt: "Thomas Williams"
|
||||
}
|
||||
]}
|
||||
cardTitle="Join over 500+ satisfied customers who trust CutzByAdan for their grooming"
|
||||
|
||||
Reference in New Issue
Block a user