From c6e368c1b1b03f191e2bd6076c7592909427b64b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:21:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea8c6ed..38157bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,22 +139,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Outstanding Service Every Time", quote: "Always look after me price wise and always have the best quality. Been coming here for years and wouldn't change.", name: "John Murphy", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "John Murphy" + id: "1", title: "Outstanding Service Every Time", quote: "Always look after me price wise and always have the best quality. Been coming here for years and wouldn't change.", name: "John Murphy", role: "Local Business Owner" }, { - id: "2", title: "Honest as They Come", quote: "Honest as hell — wouldn't go past them. They tell you what you need and nothing you don't. Great value.", name: "Sarah O'Brien", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah O'Brien" + id: "2", title: "Honest as They Come", quote: "Honest as hell — wouldn't go past them. They tell you what you need and nothing you don't. Great value.", name: "Sarah O'Brien", role: "Regular Customer" }, { - id: "3", title: "Emergency Help When I Needed It", quote: "Out-of-hours service and someone with us in 10 minutes. Professional, fast, and incredibly helpful.", name: "Michael Thompson", role: "Commercial Fleet Manager", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Michael Thompson" + id: "3", title: "Emergency Help When I Needed It", quote: "Out-of-hours service and someone with us in 10 minutes. Professional, fast, and incredibly helpful.", name: "Michael Thompson", role: "Commercial Fleet Manager" }, { - id: "4", title: "Family Business with Heart", quote: "They treat you like family. Been servicing my vehicles for over a decade. Highly recommended to everyone.", name: "Patricia Doherty", role: "Family Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Patricia Doherty" + id: "4", title: "Family Business with Heart", quote: "They treat you like family. Been servicing my vehicles for over a decade. Highly recommended to everyone.", name: "Patricia Doherty", role: "Family Customer" }, { - id: "5", title: "Best Tyre Shop in Monaghan", quote: "Competitive pricing, expert installation, and the friendliest team. Always a pleasure to work with.", name: "David Walsh", role: "Fleet Operator", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "David Walsh" + id: "5", title: "Best Tyre Shop in Monaghan", quote: "Competitive pricing, expert installation, and the friendliest team. Always a pleasure to work with.", name: "David Walsh", role: "Fleet Operator" }, { - id: "6", title: "Exceptional Quality & Reliability", quote: "Never had a problem with any work they've done. Fair prices, quality tyres, and genuine expert advice.", name: "Emma Kelly", role: "Long-Term Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Emma Kelly" + id: "6", title: "Exceptional Quality & Reliability", quote: "Never had a problem with any work they've done. Fair prices, quality tyres, and genuine expert advice.", name: "Emma Kelly", role: "Long-Term Customer" } ]} />