diff --git a/src/app/page.tsx b/src/app/page.tsx index 57efb1a..6e74413 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,10 +30,9 @@ export default function LandingPage() { @@ -46,8 +45,7 @@ export default function LandingPage() { description="Professional gutter cleaning, window cleaning, and yard care — all in one place. Reliable, simple, and ready when you are." tag="Home Services Excellence" buttons={[ - { text: "Book Now", href: "/book" }, - { text: "Get a Quote", href: "/contact" }, + { text: "Get a Quote", href: "#pricing" }, ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg", imageAlt: "Clean modern house" }, @@ -114,8 +112,8 @@ export default function LandingPage() { title="Flexible Service Plans" description="Choose the right level of care for your property." plans={[ - { id: "p1", badge: "Essential", price: "R450", subtitle: "Basic maintenance", features: ["Gutter flush", "Window wipe"], buttons: [{ text: "Book Now", href: "/book" }] }, - { id: "p2", badge: "Premium", price: "R850", subtitle: "Full property care", features: ["Gutter cleaning", "Full window wash", "Lawn tidying"], buttons: [{ text: "Book Now", href: "/book" }] }, + { id: "p1", badge: "Essential", price: "R450", subtitle: "Basic maintenance", features: ["Gutter flush", "Window wipe"], buttons: [{ text: "Get Started" }] }, + { id: "p2", badge: "Premium", price: "R850", subtitle: "Full property care", features: ["Gutter cleaning", "Full window wash", "Lawn tidying"], buttons: [{ text: "Get Started" }] }, ]} /> @@ -123,8 +121,8 @@ export default function LandingPage() {