Update src/app/page.tsx
This commit is contained in:
@@ -65,16 +65,16 @@ export default function AnyTimePlumbingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Verified Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "John Rodriguez", role: "Property Manager", company: "Verified Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Emily Chen", role: "Business Owner", company: "Verified Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg?_wi=3"},
|
||||
{
|
||||
id: "4", name: "Michael Thompson", role: "Homeowner", company: "Verified Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg?_wi=4"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "2,500+", label: "Satisfied Customers" },
|
||||
|
||||
Reference in New Issue
Block a user