Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-18 12:00:54 +00:00

View File

@@ -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>
@@ -198,14 +202,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 +219,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."
/>