From a5cf4ec8599e5cc874a12d2269a2c1bde93eac73 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:38:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a11e307..342467b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-631.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-631.jpg?_wi=1" imageAlt="Cornerstone foundation" mediaAnimation="opacity" imagePosition="right" @@ -157,8 +157,8 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp International", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Sarah Johnson" }, - { id: "2", name: "Michael Chen", role: "Founder", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Michael Chen" }, - { id: "3", name: "Emily Rodriguez", role: "COO", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Emily Rodriguez" }, + { id: "2", name: "Michael Chen", role: "Founder", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=1", imageAlt: "Michael Chen" }, + { id: "3", name: "Emily Rodriguez", role: "COO", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", role: "VP Strategy", company: "Enterprise Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-with-laptop-standing-office_1303-20361.jpg", imageAlt: "David Kim" } ]} kpiItems={[ @@ -235,7 +235,7 @@ export default function LandingPage() {