Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fa76d4352 | |||
| 16f5b420ef |
@@ -147,20 +147,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Fantastic response time during an emergency leak. True professionals.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=2"},
|
||||
id: "1", name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and very punctual. Fixed our boiler in no time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "David W.", handle: "@david_w", testimonial: "Best service in town, honest and upfront pricing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg?_wi=2"},
|
||||
id: "2", name: "Jane Smith", handle: "@janesmith", testimonial: "Professional and clean work. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg?_wi=1"},
|
||||
{
|
||||
id: "3", name: "Elena R.", handle: "@elena_r", testimonial: "Managed our boiler and tanks for years, always consistent.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg?_wi=2"},
|
||||
id: "3", name: "Mike Brown", handle: "@mikebrown", testimonial: "Reliable plumbing services. Will use again.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg?_wi=1"},
|
||||
{
|
||||
id: "4", name: "Mark L.", handle: "@mark_l", testimonial: "Professional team, left the place clean after work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2"},
|
||||
id: "4", name: "Alice Green", handle: "@aliceg", testimonial: "Knowledgeable and polite staff. Handled our radiator issues perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1"},
|
||||
{
|
||||
id: "5", name: "Julia H.", handle: "@julia_h", testimonial: "Quick to schedule and efficient on-site work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg?_wi=2"},
|
||||
id: "5", name: "Robert Kent", handle: "@rkent", testimonial: "Top-tier maintenance work. My heating system has never been better.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg?_wi=1"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Stories"
|
||||
|
||||
Reference in New Issue
Block a user