Update src/app/page.tsx

This commit is contained in:
2026-03-30 06:57:29 +00:00
parent 5e8fc86d21
commit 2d9c00a6bb

View File

@@ -84,11 +84,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "James R.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg" },
{ id: "t1", name: "James R.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg?_wi=1" },
{ id: "t2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986286.jpg" },
{ id: "t3", name: "Lucas P.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-cotton-pad_23-2148686033.jpg" },
{ id: "t4", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205883.jpg" },
{ id: "t5", name: "Thomas W.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg" },
{ id: "t5", name: "Thomas W.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg?_wi=2" },
]}
cardTitle="What Our Clients Say"
cardTag="Testimonials"