Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -48,25 +48,25 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "James R.", handle: "@jamesr", testimonial: "The best fade in the city. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg", imageAlt: "barbershop interior luxury style"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg?_wi=1", imageAlt: "barbershop interior luxury style"},
|
||||
{
|
||||
name: "Alex K.", handle: "@alexk", testimonial: "Exceptional attention to detail and professional staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-look-barber-shop_23-2149167464.jpg", imageAlt: "barber cutting hair detailed work"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-look-barber-shop_23-2149167464.jpg?_wi=1", imageAlt: "barber cutting hair detailed work"},
|
||||
{
|
||||
name: "David L.", handle: "@davidl", testimonial: "A classic barbershop experience refined for today.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg", imageAlt: "classic haircut professional barber"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=1", imageAlt: "classic haircut professional barber"},
|
||||
{
|
||||
name: "Michael S.", handle: "@michaels", testimonial: "Friendly atmosphere and top-tier cuts every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985723.jpg", imageAlt: "beard trim professional service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985723.jpg?_wi=1", imageAlt: "beard trim professional service"},
|
||||
{
|
||||
name: "Robert B.", handle: "@robertb", testimonial: "Consistent, precise, and professional. The only place I go.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-shaving-neck-customer_23-2147778915.jpg", imageAlt: "hot towel shave service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-shaving-neck-customer_23-2147778915.jpg?_wi=1", imageAlt: "hot towel shave service"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg?_wi=2"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
@@ -101,11 +101,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Essential", title: "Precision Haircut", subtitle: "Classic Cuts", description: "Customized haircuts tailored to your facial structure and personal style.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg"},
|
||||
tag: "Essential", title: "Precision Haircut", subtitle: "Classic Cuts", description: "Customized haircuts tailored to your facial structure and personal style.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=2"},
|
||||
{
|
||||
tag: "Detail", title: "Beard Grooming", subtitle: "Shape & Define", description: "Expert beard trimming, shaping, and conditioning for a polished look.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985723.jpg"},
|
||||
tag: "Detail", title: "Beard Grooming", subtitle: "Shape & Define", description: "Expert beard trimming, shaping, and conditioning for a polished look.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985723.jpg?_wi=2"},
|
||||
{
|
||||
tag: "Classic", title: "Hot Towel Shave", subtitle: "Tradition", description: "A relaxing, traditional straight razor shave with premium essential oils.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-shaving-neck-customer_23-2147778915.jpg"},
|
||||
tag: "Classic", title: "Hot Towel Shave", subtitle: "Tradition", description: "A relaxing, traditional straight razor shave with premium essential oils.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-shaving-neck-customer_23-2147778915.jpg?_wi=2"},
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="Tailored grooming solutions designed for the modern gentleman."
|
||||
@@ -119,15 +119,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Samuel W.", role: "Entrepreneur", testimonial: "MR BARBER is simply the best. Always on point.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg"},
|
||||
id: "t1", name: "Samuel W.", role: "Entrepreneur", testimonial: "MR BARBER is simply the best. Always on point.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=3"},
|
||||
{
|
||||
id: "t2", name: "Marcus J.", role: "Creative Director", testimonial: "Clean cuts and great vibes. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985723.jpg"},
|
||||
id: "t2", name: "Marcus J.", role: "Creative Director", testimonial: "Clean cuts and great vibes. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985723.jpg?_wi=3"},
|
||||
{
|
||||
id: "t3", name: "Kevin M.", role: "Architect", testimonial: "Precision is their trademark. I won't go anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-shaving-neck-customer_23-2147778915.jpg"},
|
||||
id: "t3", name: "Kevin M.", role: "Architect", testimonial: "Precision is their trademark. I won't go anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-shaving-neck-customer_23-2147778915.jpg?_wi=3"},
|
||||
{
|
||||
id: "t4", name: "Chris B.", role: "Consultant", testimonial: "Excellent service and skilled barbers. Truly premium.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg"},
|
||||
id: "t4", name: "Chris B.", role: "Consultant", testimonial: "Excellent service and skilled barbers. Truly premium.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg?_wi=3"},
|
||||
{
|
||||
id: "t5", name: "Ryan D.", role: "Manager", testimonial: "Professional, consistent, and always a great experience.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-look-barber-shop_23-2149167464.jpg"},
|
||||
id: "t5", name: "Ryan D.", role: "Manager", testimonial: "Professional, consistent, and always a great experience.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-look-barber-shop_23-2149167464.jpg?_wi=2"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from the men who trust us with their style."
|
||||
|
||||
Reference in New Issue
Block a user