From fa49ecc7d9a0e3a01e82e3788447d86c57e1f9e7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:32:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3f47ab..d12e15f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,7 +172,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The best platform I have ever used for my boutique.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-cafe-sitting-with-laptop-working-remotely-freelancer-with-phone-hands_1258-245384.jpg"}, + id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The best platform I have ever used for my boutique.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-cafe-sitting-with-laptop-working-remotely-freelancer-with-phone-hands_1258-245384.jpg?_wi=1"}, { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Unparalleled speed and ease of use, truly impressive.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2148986296.jpg"}, { @@ -180,7 +180,7 @@ export default function LandingPage() { { id: "4", name: "David Kim", handle: "@dkim", testimonial: "Customer support is top-notch, always there.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg"}, { - id: "5", name: "Alex Rivera", handle: "@arivera", testimonial: "Transformed our global outreach strategy overnight.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-cafe-sitting-with-laptop-working-remotely-freelancer-with-phone-hands_1258-245384.jpg"}, + id: "5", name: "Alex Rivera", handle: "@arivera", testimonial: "Transformed our global outreach strategy overnight.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-cafe-sitting-with-laptop-working-remotely-freelancer-with-phone-hands_1258-245384.jpg?_wi=2"}, ]} title="Trusted by Leaders" description="Our community is growing every single day." -- 2.49.1