Merge version_1 into main #4
@@ -75,10 +75,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "haircut", name: "Herrklippning", price: "250 kr", imageSrc: "http://img.b2bpic.net/free-photo/man-having-hair-shaved-by-crop-barber_23-2147778769.jpg", imageAlt: "professional barber cutting hair technique"
|
||||
id: "haircut", name: "Herrklippning", price: "250 kr", imageSrc: "http://img.b2bpic.net/free-photo/man-having-hair-shaved-by-crop-barber_23-2147778769.jpg?_wi=1", imageAlt: "professional barber cutting hair technique"
|
||||
},
|
||||
{
|
||||
id: "fade-contour", name: "Fade & Kontur", price: "300 kr", imageSrc: "http://img.b2bpic.net/free-photo/man-having-hair-shaved-by-crop-barber_23-2147778769.jpg", imageAlt: "Fade and contour service"
|
||||
id: "fade-contour", name: "Fade & Kontur", price: "300 kr", imageSrc: "http://img.b2bpic.net/free-photo/man-having-hair-shaved-by-crop-barber_23-2147778769.jpg?_wi=2", imageAlt: "Fade and contour service"
|
||||
},
|
||||
{
|
||||
id: "beard-trim", name: "Skäggtrimning", price: "150 kr", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4689.jpg", imageAlt: "beard trimming barber professional grooming"
|
||||
@@ -87,10 +87,10 @@ export default function LandingPage() {
|
||||
id: "straight-shave", name: "Rakning med kniv", price: "200 kr", imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg", imageAlt: "professional barber straight razor shaving"
|
||||
},
|
||||
{
|
||||
id: "combo", name: "Klipp + Skägg", price: "400 kr", imageSrc: "http://img.b2bpic.net/free-photo/man-having-hair-shaved-by-crop-barber_23-2147778769.jpg", imageAlt: "Haircut and beard combo"
|
||||
id: "combo", name: "Klipp + Skägg", price: "400 kr", imageSrc: "http://img.b2bpic.net/free-photo/man-having-hair-shaved-by-crop-barber_23-2147778769.jpg?_wi=3", imageAlt: "Haircut and beard combo"
|
||||
},
|
||||
{
|
||||
id: "makeover", name: "Full Makeover", price: "550 kr", imageSrc: "http://img.b2bpic.net/free-photo/man-having-hair-shaved-by-crop-barber_23-2147778769.jpg", imageAlt: "Complete grooming makeover"
|
||||
id: "makeover", name: "Full Makeover", price: "550 kr", imageSrc: "http://img.b2bpic.net/free-photo/man-having-hair-shaved-by-crop-barber_23-2147778769.jpg?_wi=4", imageAlt: "Complete grooming makeover"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -115,11 +115,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Bokadirekt-kund", handle: "Verified Customer", testimonial: "Rekommenderas starkt! Otroligt fräsch lokal och riktigt grymma frisörer.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg", imageAlt: "satisfied male customer portrait professional"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg?_wi=1", imageAlt: "satisfied male customer portrait professional"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Damjan Zdovc", handle: "Regular Customer", testimonial: "Bästa frisören i stan, super trevlig och professionell personal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-kitchen-holding-cute-white-maltese-dog_1153-9862.jpg", imageAlt: "professional man portrait satisfied client"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-kitchen-holding-cute-white-maltese-dog_1153-9862.jpg?_wi=1", imageAlt: "professional man portrait satisfied client"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mikael", handle: "Satisfied Client", testimonial: "Otroligt kunnig personal, klippte efter hur håret fungerar naturligt.", rating: 5,
|
||||
@@ -131,11 +131,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", name: "Linus Johansson", handle: "Regular", testimonial: "Bästa frisören i Växjö! Går dit varannan vecka och alltid lika nöjd.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg", imageAlt: "Linus Johansson testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg?_wi=2", imageAlt: "Linus Johansson testimonial"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Erik Svensson", handle: "Customer", testimonial: "Professionell och vänlig personal. Verkligen värt pengarna. Återkommer definitivt!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-kitchen-holding-cute-white-maltese-dog_1153-9862.jpg", imageAlt: "Erik Svensson testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-kitchen-holding-cute-white-maltese-dog_1153-9862.jpg?_wi=2", imageAlt: "Erik Svensson testimonial"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Testimonials section - Customer reviews"
|
||||
|
||||
Reference in New Issue
Block a user