5 Commits

Author SHA1 Message Date
efe624b095 Merge version_5 into main
Merge version_5 into main
2026-04-08 14:59:40 +00:00
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
3726d29224 Update src/app/page.tsx 2026-04-08 14:57:32 +00:00
96c13d9c67 Merge version_3 into main
Merge version_3 into main
2026-04-08 14:52:40 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ name: "Sarah J.", testimonial: "Professional from start to finish. The quote was fair, and the work was done exactly as promised.", rating: 5, handle: "@sarahj", 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=1" },
{ name: "Michael C.", testimonial: "Really reliable. Communication was quick, and the standard of work was excellent.", rating: 5, handle: "@michaelc", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=1" },
{ name: "Emily R.", testimonial: "Prompt, reasonably priced, and no messing about. Exactly what you want from a local tradesperson.", rating: 5, handle: "@emilyr", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=1" },
{ name: "David K.", testimonial: "Great service. Work completed to a high standard, very friendly.", rating: 5, handle: "@davidk", 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=1" },
{ name: "David K.", testimonial: "Great service. Work completed to a high standard, very friendly.", rating: 5, handle: "@davidk", imageSrc: "http://img.b2bpic.net/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=1" },
]}
buttons={[
{ text: "Get a Free Quote", href: "/contact" },
@@ -72,12 +72,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: "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: "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: "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: "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: "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: "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"
description="One call handles all your local property maintenance needs, from quick repairs to bigger projects."
@@ -117,6 +117,7 @@ export default function LandingPage() {
{ 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: "4", title: "How quickly can you attend to urgent tasks?", content: "We prioritise emergency repairs and aim to respond to urgent maintenance requests within 24-48 hours, depending on current availability." },
]}
/>
</div>
@@ -140,4 +141,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}