Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 14:15:23 +00:00

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
description="Samuel"
subdescription="Owner & Master Barber, Barber Rotterdam"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/look-that-isolated-funny-bald-bearded-man-with-tattoo-raising-index-fingre-pointing-left-corner-expressing-excitement-curiosity-raising-eyebrows-body-language_343059-1721.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/look-that-isolated-funny-bald-bearded-man-with-tattoo-raising-index-fingre-pointing-left-corner-expressing-excitement-curiosity-raising-eyebrows-body-language_343059-1721.jpg"
imageAlt="Samuel, Master Barber at Barber Rotterdam"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -83,19 +83,19 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Precision Haircuts", tags: ["Classic Cuts", "Modern Fades"],
imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4691.jpg?_wi=1", imageAlt: "Precision haircut service"
imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4691.jpg", imageAlt: "Precision haircut service"
},
{
id: "2", title: "Beard Grooming & Shaping", tags: ["Beard Design", "Line-up"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bearded-musician-playing-sax_23-2148207503.jpg?_wi=1", imageAlt: "Professional beard grooming"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bearded-musician-playing-sax_23-2148207503.jpg", imageAlt: "Professional beard grooming"
},
{
id: "3", title: "Head Shave & Care", tags: ["Clean Shave", "Scalp Care"],
imageSrc: "http://img.b2bpic.net/free-photo/back-view-smiley-barber-using-hairdryer_23-2148298282.jpg?_wi=1", imageAlt: "Head shave service"
imageSrc: "http://img.b2bpic.net/free-photo/back-view-smiley-barber-using-hairdryer_23-2148298282.jpg", imageAlt: "Head shave service"
},
{
id: "4", title: "Hot Towel Treatment", tags: ["Relaxation", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg?_wi=1", imageAlt: "Luxurious hot towel treatment"
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg", imageAlt: "Luxurious hot towel treatment"
}
]}
animationType="slide-up"
@@ -117,13 +117,13 @@ export default function LandingPage() {
<ProductCardOne
products={[
{
id: "1", name: "Classic Fade", price: "€35", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4691.jpg?_wi=2", imageAlt: "Classic fade transformation"
id: "1", name: "Classic Fade", price: "€35", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4691.jpg", imageAlt: "Classic fade transformation"
},
{
id: "2", name: "Beard Design", price: "€25", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bearded-musician-playing-sax_23-2148207503.jpg?_wi=2", imageAlt: "Professional beard grooming result"
id: "2", name: "Beard Design", price: "€25", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bearded-musician-playing-sax_23-2148207503.jpg", imageAlt: "Professional beard grooming result"
},
{
id: "3", name: "Modern Cut", price: "€40", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg?_wi=2", imageAlt: "Modern haircut result"
id: "3", name: "Modern Cut", price: "€40", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg", imageAlt: "Modern haircut result"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -190,10 +190,10 @@ export default function LandingPage() {
<MetricCardEleven
metrics={[
{
id: "1", value: "15+", title: "Years of Expertise", description: "Master barber with proven track record", imageSrc: "http://img.b2bpic.net/free-photo/look-that-isolated-funny-bald-bearded-man-with-tattoo-raising-index-fingre-pointing-left-corner-expressing-excitement-curiosity-raising-eyebrows-body-language_343059-1721.jpg?_wi=2", imageAlt: "Samuel's expertise"
id: "1", value: "15+", title: "Years of Expertise", description: "Master barber with proven track record", imageSrc: "http://img.b2bpic.net/free-photo/look-that-isolated-funny-bald-bearded-man-with-tattoo-raising-index-fingre-pointing-left-corner-expressing-excitement-curiosity-raising-eyebrows-body-language_343059-1721.jpg", imageAlt: "Samuel's expertise"
},
{
id: "2", value: "500+", title: "Happy Clients", description: "Regular customers returning consistently", imageSrc: "http://img.b2bpic.net/free-photo/back-view-smiley-barber-using-hairdryer_23-2148298282.jpg?_wi=2", imageAlt: "Client satisfaction"
id: "2", value: "500+", title: "Happy Clients", description: "Regular customers returning consistently", imageSrc: "http://img.b2bpic.net/free-photo/back-view-smiley-barber-using-hairdryer_23-2148298282.jpg", imageAlt: "Client satisfaction"
}
]}
animationType="slide-up"