diff --git a/src/app/page.tsx b/src/app/page.tsx index 2bf448a..9c50043 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, @@ -76,7 +76,7 @@ export default function LandingPage() { { 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: "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: "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="What We Can Help With" @@ -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." }, ]} />