diff --git a/src/app/page.tsx b/src/app/page.tsx index 422201c..93efa14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -58,13 +50,9 @@ export default function LandingPage() { description="Professional garden maintenance, clean-ups, lawn care, and landscaping services across the Gold Coast." buttons={[ { - text: "Get Free Quote", - href: "#contact", - }, + text: "Get Free Quote", href: "#contact"}, { - text: "Call Now", - href: "tel:0406851039", - }, + text: "Call Now", href: "tel:0406851039"}, ]} imageSrc="http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803960.jpg" showDimOverlay={true} @@ -78,31 +66,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "500+", - title: "Gardens Transformed", - items: [ - "Residential", - "Commercial", - ], + id: "m1", value: "500+", title: "Gardens Transformed", items: [ + "Residential", "Commercial"], }, { - id: "m2", - value: "100%", - title: "Satisfaction Rate", - items: [ - "Reliable", - "Professional", - ], + id: "m2", value: "100%", title: "Satisfaction Rate", items: [ + "Reliable", "Professional"], }, { - id: "m3", - value: "5+", - title: "Years Experience", - items: [ - "Local", - "Expertise", - ], + id: "m3", value: "5+", title: "Years Experience", items: [ + "Local", "Expertise"], }, ]} title="Our Impact" @@ -116,9 +89,7 @@ export default function LandingPage() { title="Reliable Garden Experts on the Gold Coast" buttons={[ { - text: "Learn More", - href: "#about", - }, + text: "Learn More", href: "#about"}, ]} /> @@ -127,44 +98,21 @@ export default function LandingPage() { @@ -278,13 +193,9 @@ export default function LandingPage() {