Update src/app/page.tsx
This commit is contained in:
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
handle: "@jamesl",
|
||||
testimonial: "The best haircut I've had in years. Professional and precise.",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
handle: "@markd",
|
||||
testimonial: "Fantastic experience, calm atmosphere, and excellent service.",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
handle: "@alexr",
|
||||
testimonial: "I trust Adexgrin with my style every single time.",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
handle: "@samk",
|
||||
testimonial: "Adexgrin provides the gold standard for men's grooming.",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -99,11 +99,11 @@ export default function LandingPage() {
|
||||
handle: "@johnd",
|
||||
testimonial: "Consistent, high-quality results every single visit.",
|
||||
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",
|
||||
},
|
||||
]}
|
||||
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={[
|
||||
{
|
||||
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",
|
||||
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",
|
||||
},
|
||||
{
|
||||
title: "Beard Grooming",
|
||||
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",
|
||||
},
|
||||
{
|
||||
title: "Luxury Shaves",
|
||||
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",
|
||||
},
|
||||
{
|
||||
title: "Product Consultation",
|
||||
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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user