Merge version_1 into main #3
@@ -50,22 +50,22 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Max M.", handle: "Stammkunde", testimonial: "Bester Salon in der Stadt. Super präzise Handarbeit.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3AMYFWYXcKeRYkUF01oLcBrYx/uploaded-1779493138614-19dves00.png", imageAlt: "User provided image"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3AMYFWYXcKeRYkUF01oLcBrYx/uploaded-1779493138614-19dves00.png?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Thomas K.", handle: "Stammkunde", testimonial: "Absolut professionell. Tolle Atmosphäre.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3AMYFWYXcKeRYkUF01oLcBrYx/uploaded-1779493138615-hclc4h3j.png", imageAlt: "User provided image"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3AMYFWYXcKeRYkUF01oLcBrYx/uploaded-1779493138615-hclc4h3j.png?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Lukas R.", handle: "Neukunde", testimonial: "Habe endlich meinen Barber gefunden.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg", imageAlt: "User provided image"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Stefan P.", handle: "Stammkunde", testimonial: "Sehr empfehlenswert, top Service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313018.jpg", imageAlt: "User provided image"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313018.jpg?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Jens B.", handle: "Stammkunde", testimonial: "Klasse Beratung und perfekter Schnitt.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg", imageAlt: "User provided image"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg?_wi=1", imageAlt: "User provided image"},
|
||||
]}
|
||||
buttons={[{ text: "Jetzt Termin buchen", href: "https://www.treatwell.de" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3AMYFWYXcKeRYkUF01oLcBrYx/uploaded-1779493138614-19dves00.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3AMYFWYXcKeRYkUF01oLcBrYx/uploaded-1779493138614-19dves00.png?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/elegant-smiling-woman-is-trying-beautiful-necklace-posh-jewellery-shop_613910-20742.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg", alt: "Client 2" },
|
||||
@@ -94,22 +94,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Haarschnitt", description: "Präzisions-Haarschnitt, angepasst an Ihren Stil.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3AMYFWYXcKeRYkUF01oLcBrYx/uploaded-1779493138615-hclc4h3j.png" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3AMYFWYXcKeRYkUF01oLcBrYx/uploaded-1779493138614-19dves00.png" }
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3AMYFWYXcKeRYkUF01oLcBrYx/uploaded-1779493138615-hclc4h3j.png?_wi=2" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3AMYFWYXcKeRYkUF01oLcBrYx/uploaded-1779493138614-19dves00.png?_wi=3" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Bartpflege", description: "Klassische Bartrasur mit warmen Tüchern und Pflege.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313018.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313018.jpg?_wi=2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg?_wi=2" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Komplettpaket", description: "Haarschnitt & Bartpflege in Kombination.", icon: User,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326535.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-nose-product_23-2149137916.jpg" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326535.jpg?_wi=1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-nose-product_23-2149137916.jpg?_wi=1" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -125,12 +125,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Classic Fade", price: "Detail", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg" },
|
||||
{ id: "2", name: "Bart Styling", price: "Detail", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313018.jpg" },
|
||||
{ id: "3", name: "Face Treatment", price: "Detail", variant: "Pflege", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg" },
|
||||
{ id: "1", name: "Classic Fade", price: "Detail", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg?_wi=2" },
|
||||
{ id: "2", name: "Bart Styling", price: "Detail", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313018.jpg?_wi=3" },
|
||||
{ id: "3", name: "Face Treatment", price: "Detail", variant: "Pflege", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg?_wi=3" },
|
||||
{ id: "4", name: "Modern Cut", price: "Detail", variant: "Trend", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg" },
|
||||
{ id: "5", name: "Razor Cut", price: "Detail", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326535.jpg" },
|
||||
{ id: "6", name: "Beard Oil Care", price: "Detail", variant: "Pflege", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-nose-product_23-2149137916.jpg" },
|
||||
{ id: "5", name: "Razor Cut", price: "Detail", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326535.jpg?_wi=2" },
|
||||
{ id: "6", name: "Beard Oil Care", price: "Detail", variant: "Pflege", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-nose-product_23-2149137916.jpg?_wi=2" },
|
||||
]}
|
||||
title="Portfolio"
|
||||
description="Ein Einblick in unsere handwerkliche Qualität."
|
||||
|
||||
Reference in New Issue
Block a user