Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15cbe3a18e | |||
| c022b71cc5 | |||
| e41eef39d1 | |||
| 4c613651e6 | |||
| 5e6c272fe2 | |||
| befcc70d87 |
@@ -90,6 +90,10 @@ export default function LandingPage() {
|
||||
{ title: "Value & Quality", description: "Premium service without the premium price." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:07378291029" },
|
||||
{ text: "Book Now", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,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."
|
||||
@@ -198,14 +207,14 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visit Y&S Barbers Today"
|
||||
description="Ready for your next cut? Call us or walk in."
|
||||
description="Ready for your next cut? Book an appointment or call us for enquiries."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number" },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Any specific requests?" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186473.jpg"
|
||||
buttonText="Call Now"
|
||||
buttonText="Submit Enquiry"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -215,7 +224,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{ title: "Location", items: [{ label: "Battersea, London", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Haircuts", href: "#services" }, { label: "Beard Trim", href: "#services" }] },
|
||||
{ title: "Contact", items: [{ label: "07378 291029", href: "tel:07378291029" }] },
|
||||
{ title: "Contact", items: [{ label: "Call: 07378 291029", href: "tel:07378291029" }, { label: "Email: info@ysbarbers.co.uk", href: "mailto:info@ysbarbers.co.uk" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Y&S Barbers — Precision cuts, friendly service, and premium barbering in Battersea."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user