Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6e368c1b1 | |||
| 919917b0e8 |
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user