Update src/app/page.tsx
This commit is contained in:
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
handle: "@jr_style",
|
||||
testimonial: "Best haircut I've had in years. Legends never misses.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-furniture-adorns-comfortable-home-interior-generated-by-ai_188544-29070.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-furniture-adorns-comfortable-home-interior-generated-by-ai_188544-29070.jpg?_wi=1",
|
||||
imageAlt: "barber shop interior vintage style",
|
||||
},
|
||||
{
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
handle: "@miket",
|
||||
testimonial: "The classic shave experience here is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4205.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4205.jpg?_wi=1",
|
||||
imageAlt: "barber shop interior vintage style",
|
||||
},
|
||||
{
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
handle: "@chrisb",
|
||||
testimonial: "Super professional staff and great atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/using-towel-beard-aged-male-barbershop_23-2148181892.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/using-towel-beard-aged-male-barbershop_23-2148181892.jpg?_wi=1",
|
||||
imageAlt: "barber shop interior vintage style",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
handle: "@dl4life",
|
||||
testimonial: "Finally found my permanent barber spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-items-spa-therapy_23-2148290933.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-items-spa-therapy_23-2148290933.jpg?_wi=1",
|
||||
imageAlt: "barber shop interior vintage style",
|
||||
},
|
||||
{
|
||||
@@ -100,11 +100,11 @@ export default function LandingPage() {
|
||||
handle: "@alexp",
|
||||
testimonial: "Exceptional attention to detail. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-trimming-moustache-client_23-2147778835.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-trimming-moustache-client_23-2147778835.jpg?_wi=1",
|
||||
imageAlt: "barber shop interior vintage style",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-luxury-furniture-adorns-comfortable-home-interior-generated-by-ai_188544-29070.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-luxury-furniture-adorns-comfortable-home-interior-generated-by-ai_188544-29070.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506339.jpg",
|
||||
@@ -186,25 +186,25 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Precision Cuts",
|
||||
description: "Classic and modern styles customized to your hair texture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4205.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4205.jpg?_wi=2",
|
||||
buttonIcon: "Scissors",
|
||||
},
|
||||
{
|
||||
title: "Classic Shaves",
|
||||
description: "Hot towel treatment and traditional straight razor shave.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/using-towel-beard-aged-male-barbershop_23-2148181892.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/using-towel-beard-aged-male-barbershop_23-2148181892.jpg?_wi=2",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Premium Products",
|
||||
description: "High-quality pomades, oils, and balms for home maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-items-spa-therapy_23-2148290933.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-items-spa-therapy_23-2148290933.jpg?_wi=2",
|
||||
buttonIcon: "Star",
|
||||
},
|
||||
{
|
||||
title: "Beard Sculpting",
|
||||
description: "Professional beard shape-up and grooming for refined looks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-trimming-moustache-client_23-2147778835.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-trimming-moustache-client_23-2147778835.jpg?_wi=2",
|
||||
buttonIcon: "Award",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user