2 Commits

Author SHA1 Message Date
4b6eac4e69 Update src/app/page.tsx 2026-04-08 14:59:37 +00:00
246c4135b1 Merge version_4 into main
Merge version_4 into main
2026-04-08 14:57:35 +00:00

View File

@@ -72,12 +72,12 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ 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: "Plumbing Repairs", description: "Restore functionality to your kitchen and bathroom with expert plumbing repairs.", 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: "Painting & Decorating", description: "Revitalize your home with professional interior and exterior painting services.", 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: "Flooring", description: "Enhance your living space with expertly fitted laminate and vinyl flooring.", 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: "Gardening & Jet Washing", description: "Reclaim your outdoor spaces with thorough patio, driveway, and garden care.", 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/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=2" }, { title: "Fixtures & Fittings", description: "Personalize your home with professional mounting for shelves, mirrors, and decor.", imageSrc: "http://img.b2bpic.net/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: "Property Maintenance", description: "Protect your investment with reliable general repairs and property upkeep services.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg?_wi=2" },
]} ]}
title="What We Can Help With" title="What We Can Help With"
description="One call handles all your local property maintenance needs, from quick repairs to bigger projects." description="One call handles all your local property maintenance needs, from quick repairs to bigger projects."
@@ -141,4 +141,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }