Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 755048716f | |||
| 95fe86b9c2 | |||
| 2ab82d9e27 | |||
| 50a7a28823 | |||
| 15cbe3a18e | |||
| c022b71cc5 |
@@ -56,8 +56,8 @@ export default function LandingPage() {
|
||||
{ name: "Harry P.", handle: "@hair-pro", testimonial: "The atmosphere is always welcoming. Great neighbourhood shop.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-beige-suit-fashion-male-with-curly-hairstyle-posing-studio-isolated_158538-26638.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:07378291029" },
|
||||
{ text: "Book / Visit Today", href: "#contact" },
|
||||
{ text: "", href: "tel:07378291029" },
|
||||
{ text: " Visit Today", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/various-trimmers-dressing-table_107420-94767.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:07378291029" },
|
||||
{ text: "", href: "tel:07378291029" },
|
||||
{ text: "Book Now", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
@@ -125,12 +125,17 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "s1", name: "Haircut", price: "From £20", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-wearing-protective-face-mask-make-haircut-european-bearded-brutal-man-beauty-salon_343596-4460.jpg?_wi=1" },
|
||||
{ id: "s2", name: "Skin Fade", price: "From £25", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506188.jpg" },
|
||||
{ id: "s3", name: "Beard Trim", price: "From £15", imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-with-eyes-closed_23-2148256865.jpg?_wi=1" },
|
||||
{ id: "s4", name: "Kids' Haircuts", price: "From £15", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-getting-his-haircut-barber-s-shop_23-2149186488.jpg" },
|
||||
{ id: "s5", name: "Hot Towel Service", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/man-cuts-his-beard-barbershop_1157-16218.jpg?_wi=1" },
|
||||
{ id: "s6", name: "Shoulder Massage", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/bearded-client-just-got-good-beardcare-from-talanted-trendy-barber_613910-21575.jpg" },
|
||||
{ id: "s1", name: "Hot towel shave", price: "£12", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior_1163-2009.jpg" },
|
||||
{ id: "s2", name: "Head shave", price: "£12", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-tools-arrangement_23-2149167462.jpg" },
|
||||
{ id: "s3", name: "Gents hair cut", price: "£10", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-wearing-protective-face-mask-make-haircut-european-bearded-brutal-man-beauty-salon_343596-4460.jpg?_wi=1" },
|
||||
{ id: "s4", name: "Skin fade haircut", price: "£12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506188.jpg" },
|
||||
{ id: "s5", name: "Boys haircut", price: "£8", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-getting-his-haircut-barber-s-shop_23-2149186488.jpg" },
|
||||
{ id: "s6", name: "Boys skin fade", price: "£10", imageSrc: "http://img.b2bpic.net/free-photo/man-cuts-his-beard-barbershop_1157-16218.jpg?_wi=1" },
|
||||
{ id: "s7", name: "Gent all fade", price: "£8", imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-with-eyes-closed_23-2148256865.jpg?_wi=1" },
|
||||
{ id: "s8", name: "Beard trim", price: "£8", imageSrc: "http://img.b2bpic.net/free-photo/bearded-client-just-got-good-beardcare-from-talanted-trendy-barber_613910-21575.jpg" },
|
||||
{ id: "s9", name: "Pensioners", price: "£8", imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg" },
|
||||
{ id: "s10", name: "Hot waxing", price: "£3", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-sunbathed-fashion-man-model-wearing-white-shirt-clothes-posing-street_158538-2382.jpg" },
|
||||
{ id: "s11", name: "Tribal design", price: "£3", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9659.jpg?_wi=2" },
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Professional grooming tailored for you."
|
||||
@@ -227,4 +232,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user