From 3ef2337d93fe13d78cfd570be0606f909aaa30c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 09:13:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 ++++++++++++------------------------------ 1 file changed, 12 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a92d739..6a13847 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { tag="⭐ 5.0 Rated Grooming Service" buttons={[ { - text: "Book Now", href: "#contact"}, + text: "Book Now", href: "/contact"}, { text: "Call Now (07598 206450)", href: "tel:07598206450"}, ]} @@ -112,12 +112,9 @@ export default function LandingPage() { title="A Calmer Approach" description="We focus on a calm, patient, one-to-one approach ensuring every pet feels safe and cared for. Our salon provides a quiet environment, ideal for nervous or first-time pets." metrics={[ - { - value: "1-to-1", title: "Appointments"}, - { - value: "Calm", title: "Environment"}, - { - value: "Expert", title: "Personalized"}, + { value: "1-to-1", title: "Appointments" }, + { value: "Calm", title: "Environment" }, + { value: "Expert", title: "Personalized" }, ]} imageSrc="http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg" imageAlt="pet groomer calm atmosphere" @@ -166,19 +163,9 @@ export default function LandingPage() { ]} title="Give Your Pet the Care They Deserve" description="Book today and experience a professional grooming service trusted by local owners." - /> - - -
-
@@ -189,24 +176,19 @@ export default function LandingPage() { columns={[ { title: "Contact", items: [ - { - label: "Greystoke Dr, Ruislip", href: "#"}, - { - label: "07598 206450", href: "tel:07598206450"}, + { label: "Greystoke Dr, Ruislip", href: "#" }, + { label: "07598 206450", href: "tel:07598206450" }, ], }, { title: "Opening Hours", items: [ - { - label: "Mon-Fri: 9am-5pm", href: "#"}, - { - label: "Sat: 9am-5pm", href: "#"}, + { label: "Mon-Fri: 9am-5pm", href: "#" }, + { label: "Sat: 9am-5pm", href: "#" }, ], }, { title: "Follow", items: [ - { - label: "Instagram", href: "#"}, + { label: "Instagram", href: "#" }, ], }, ]}