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() {
@@ -56,114 +41,46 @@ export default function LandingPage() {
@@ -174,36 +91,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Plumbing Repairs",
- description: "Leaky taps, blocked sinks, toilet replacements.",
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=2",
- },
- {
- title: "Painting & Decorating",
- description: "Interior and exterior, full room refreshes.",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=2",
- },
- {
- title: "Flooring",
- description: "Laminate, vinyl, and other flooring fitted.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=2",
- },
- {
- title: "Gardening & Jet Washing",
- description: "Patio, driveway, and garden maintenance.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=2",
- },
- {
- title: "Fixtures & Fittings",
- description: "Shelves, mirrors, and wall-mounted decor.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=2",
- },
- {
- title: "Property Maintenance",
- description: "General repairs, upkeep, and landlord services.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg?_wi=2",
- },
+ { title: "Plumbing Repairs", description: "Leaky taps, blocked sinks, toilet replacements.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg" },
+ { title: "Painting & Decorating", description: "Interior and exterior, full room refreshes.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg" },
+ { title: "Flooring", description: "Laminate, vinyl, and other flooring fitted.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg" },
+ { title: "Gardening & Jet Washing", description: "Patio, driveway, and garden maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg" },
+ { title: "Fixtures & Fittings", description: "Shelves, mirrors, and wall-mounted decor.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg" },
+ { title: "Property Maintenance", description: "General repairs, upkeep, and landlord services.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg" },
]}
title="What We Can Help With"
description="One call handles all your local property maintenance needs, from quick repairs to bigger projects."
@@ -214,12 +107,7 @@ 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() {