Update src/app/page.tsx

This commit is contained in:
2026-05-09 12:10:51 +00:00
parent fb81aeef2a
commit ee738461c1

View File

@@ -179,9 +179,9 @@ export default function LandingPage() {
title="Client Success Stories"
description="Hear from our valued partners about how we've helped them grow their digital presence and reach their goals."
testimonials={[
{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", testimonial: "The branding work exceeded our expectations and truly captured our company's essence.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-copy-space_23-2148817118.jpg" },
{ id: "2", name: "Michael Chen", role: "Founder", company: "InnovateLab", testimonial: "A seamless process from start to finish. Our new website performance is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg" },
{ id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", testimonial: "The data-driven marketing strategy transformed our reach. Highly recommend their professional team.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-glasses-arms-folded_1098-44.jpg" }
{ id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "The branding work exceeded our expectations and truly captured our company's essence.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-copy-space_23-2148817118.jpg" },
{ id: "2", name: "Michael Chen", role: "Founder", testimonial: "A seamless process from start to finish. Our new website performance is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg" },
{ id: "3", name: "Emily Rodriguez", role: "Marketing Director", testimonial: "The data-driven marketing strategy transformed our reach. Highly recommend their professional team.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-glasses-arms-folded_1098-44.jpg" }
]}
/>
</div>