From 2df4bc952b19b0e02f2634fa817bf40026446032 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:46:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 305edc5..989b3f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,13 +79,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Mergers & Acquisitions", description: "Navigate complex corporate transactions with strategic precision, ensuring favorable terms and seamless integration across all stakeholders.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg", imageAlt: "Corporate M&A negotiation session"}, + title: "Mergers & Acquisitions", description: "Navigate complex corporate transactions with strategic precision, ensuring favorable terms and seamless integration across all stakeholders.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg?_wi=1", imageAlt: "Corporate M&A negotiation session"}, { id: 2, - title: "Wealth Management & Estate Planning", description: "Protect and optimize your assets through sophisticated legal structures, tax strategies, and succession planning tailored to your vision.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg", imageAlt: "Wealth strategy consultation"}, + title: "Wealth Management & Estate Planning", description: "Protect and optimize your assets through sophisticated legal structures, tax strategies, and succession planning tailored to your vision.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg?_wi=2", imageAlt: "Wealth strategy consultation"}, { id: 3, - title: "High-Stakes Litigation", description: "Defend your interests with aggressive advocacy and strategic foresight, turning legal challenges into competitive advantages.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg", imageAlt: "Litigation strategy session"}, + title: "High-Stakes Litigation", description: "Defend your interests with aggressive advocacy and strategic foresight, turning legal challenges into competitive advantages.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg?_wi=3", imageAlt: "Litigation strategy session"}, ]} /> @@ -98,13 +98,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Victoria Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Victoria Chen, CEO of TechForward Ventures"}, + id: "1", name: "Victoria Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Victoria Chen, CEO of TechForward Ventures"}, { id: "2", name: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "James Richardson, Founder of Richardson Capital"}, { - id: "3", name: "Sophie Marchand", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophie Marchand, CMO of Luxury Collective"}, + id: "3", name: "Sophie Marchand", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sophie Marchand, CMO of Luxury Collective"}, { - id: "4", name: "David Morrison", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Morrison, Managing Director of Elite Advisors"}, + id: "4", name: "David Morrison", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Morrison, Managing Director of Elite Advisors"}, ]} /> -- 2.49.1