Update src/app/page.tsx

This commit is contained in:
2026-05-09 23:02:51 +00:00
parent cad465ed1e
commit ee75528abd

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
handle: "@jamesl", handle: "@jamesl",
testimonial: "The best haircut I've had in years. Professional and precise.", testimonial: "The best haircut I've had in years. Professional and precise.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg?_wi=1",
imageAlt: "barbershop interior professional lighting", imageAlt: "barbershop interior professional lighting",
}, },
{ {
@@ -75,7 +75,7 @@ export default function LandingPage() {
handle: "@markd", handle: "@markd",
testimonial: "Fantastic experience, calm atmosphere, and excellent service.", testimonial: "Fantastic experience, calm atmosphere, and excellent service.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/scissors-towel-beauty-salon_23-2148181999.jpg", imageSrc: "http://img.b2bpic.net/free-photo/scissors-towel-beauty-salon_23-2148181999.jpg?_wi=1",
imageAlt: "barbershop interior professional lighting", imageAlt: "barbershop interior professional lighting",
}, },
{ {
@@ -83,7 +83,7 @@ export default function LandingPage() {
handle: "@alexr", handle: "@alexr",
testimonial: "I trust Adexgrin with my style every single time.", testimonial: "I trust Adexgrin with my style every single time.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-shaved-by-hairdresser-barbershop_1153-9486.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-shaved-by-hairdresser-barbershop_1153-9486.jpg?_wi=1",
imageAlt: "barbershop interior professional lighting", imageAlt: "barbershop interior professional lighting",
}, },
{ {
@@ -91,7 +91,7 @@ export default function LandingPage() {
handle: "@samk", handle: "@samk",
testimonial: "Adexgrin provides the gold standard for men's grooming.", testimonial: "Adexgrin provides the gold standard for men's grooming.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-shaving-his-beard_273609-21323.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-shaving-his-beard_273609-21323.jpg?_wi=1",
imageAlt: "barbershop interior professional lighting", imageAlt: "barbershop interior professional lighting",
}, },
{ {
@@ -99,11 +99,11 @@ export default function LandingPage() {
handle: "@johnd", handle: "@johnd",
testimonial: "Consistent, high-quality results every single visit.", testimonial: "Consistent, high-quality results every single visit.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-with-skateboard_23-2148630947.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-with-skateboard_23-2148630947.jpg?_wi=1",
imageAlt: "barbershop interior professional lighting", imageAlt: "barbershop interior professional lighting",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg" imageSrc="http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg?_wi=2"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", src: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg",
@@ -163,25 +163,25 @@ export default function LandingPage() {
{ {
title: "Precision Haircut", title: "Precision Haircut",
description: "Expert styling for a look that suits your personality perfectly.", description: "Expert styling for a look that suits your personality perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/scissors-towel-beauty-salon_23-2148181999.jpg", imageSrc: "http://img.b2bpic.net/free-photo/scissors-towel-beauty-salon_23-2148181999.jpg?_wi=2",
buttonIcon: "Zap", buttonIcon: "Zap",
}, },
{ {
title: "Beard Grooming", title: "Beard Grooming",
description: "Sculpting and shaping your beard to perfection with premium care.", description: "Sculpting and shaping your beard to perfection with premium care.",
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-shaved-by-hairdresser-barbershop_1153-9486.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-shaved-by-hairdresser-barbershop_1153-9486.jpg?_wi=2",
buttonIcon: "Star", buttonIcon: "Star",
}, },
{ {
title: "Luxury Shaves", title: "Luxury Shaves",
description: "A relaxing, classic hot towel shave experience you deserve.", description: "A relaxing, classic hot towel shave experience you deserve.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-shaving-his-beard_273609-21323.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-shaving-his-beard_273609-21323.jpg?_wi=2",
buttonIcon: "Award", buttonIcon: "Award",
}, },
{ {
title: "Product Consultation", title: "Product Consultation",
description: "Professional guidance on the best products for your hair type.", description: "Professional guidance on the best products for your hair type.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-with-skateboard_23-2148630947.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-with-skateboard_23-2148630947.jpg?_wi=2",
buttonIcon: "CheckCircle", buttonIcon: "CheckCircle",
}, },
]} ]}