diff --git a/src/app/page.tsx b/src/app/page.tsx index a25e032..d9a7738 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -229,26 +117,10 @@ export default function LandingPage() { title="Our Track Record" tag="Milestones" metrics={[ - { - id: "1", - value: "500+", - description: "Happy Clients", - }, - { - id: "2", - value: "10+", - description: "Years Experience", - }, - { - id: "3", - value: "99%", - description: "Satisfaction Rate", - }, - { - id: "4", - value: "24/7", - description: "Support Available", - }, + { id: "1", value: "500+", description: "Happy Clients" }, + { id: "2", value: "10+", description: "Years Experience" }, + { id: "3", value: "99%", description: "Satisfaction Rate" }, + { id: "4", value: "24/7", description: "Support Available" }, ]} metricsAnimation="slide-up" /> @@ -262,21 +134,9 @@ export default function LandingPage() { description="Common answers about our handyman services." faqsAnimation="blur-reveal" faqs={[ - { - id: "1", - title: "Do you offer free quotes?", - content: "Yes, all our quotes are obligation-free.", - }, - { - id: "2", - title: "Are you fully insured?", - content: "Absolutely, all our work is fully insured.", - }, - { - id: "3", - title: "Do you cover Sutton Coldfield?", - content: "Yes, we serve the entire Birmingham and Sutton Coldfield area.", - }, + { id: "1", title: "Do you offer free quotes?", content: "Yes, all our quotes are obligation-free." }, + { id: "2", title: "Are you fully insured?", content: "Absolutely, all our work is fully insured." }, + { id: "3", title: "Do you cover Sutton Coldfield?", content: "Yes, we serve the entire Birmingham and Sutton Coldfield area." }, ]} /> @@ -284,36 +144,15 @@ export default function LandingPage() {