diff --git a/src/app/page.tsx b/src/app/page.tsx index bbe8c0b..b0c493e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } + ]} /> @@ -198,14 +202,14 @@ export default function LandingPage() { @@ -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." />