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." - /> - - -