Update src/app/page.tsx
This commit is contained in:
@@ -195,19 +195,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alice M.", handle: "@customer", testimonial: "Excellent service, my bins have never looked better!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-repair-renovation-interior-design-concept_53876-120421.jpg"},
|
||||
},
|
||||
{
|
||||
id: "2", name: "Bob T.", handle: "@customer", testimonial: "So convenient and fast. I love the option for scent.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg"},
|
||||
},
|
||||
{
|
||||
id: "3", name: "Charlie D.", handle: "@customer", testimonial: "Very professional staff and great communication.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-children-recycling-with-copy-space_23-2148490264.jpg"},
|
||||
},
|
||||
{
|
||||
id: "4", name: "Dana S.", handle: "@customer", testimonial: "The best bin cleaning service in town.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-metallic-pattern-with-holes_23-2148311370.jpg"},
|
||||
},
|
||||
{
|
||||
id: "5", name: "Evan F.", handle: "@customer", testimonial: "Super clean, no odors. Will definitely book again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-decorating-home_23-2150633327.jpg"},
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Stories"
|
||||
|
||||
Reference in New Issue
Block a user