From c2d6c8d6aeea2b10aa1152f8a65c828612421c80 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:01:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 054dac8..21eea17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,19 +51,19 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15682.jpg", imageAlt: "professional women business consultants meeting" + imageSrc: "http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15682.jpg?_wi=1", imageAlt: "professional women business consultants meeting" }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-women-having-business-meeting_53876-30734.jpg", imageAlt: "women business owners founders working" + imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-women-having-business-meeting_53876-30734.jpg?_wi=1", imageAlt: "women business owners founders working" }, { - imageSrc: "http://img.b2bpic.net/free-photo/pensive-business-experts-analyzing-marketing-report_1262-17425.jpg", imageAlt: "financial planning analysis business charts" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-business-experts-analyzing-marketing-report_1262-17425.jpg?_wi=1", imageAlt: "financial planning analysis business charts" }, { - imageSrc: "http://img.b2bpic.net/free-photo/enterprise-colleagues-discussing-project-updates-details-meeting-room_482257-84389.jpg", imageAlt: "business consultant advising startup founder" + imageSrc: "http://img.b2bpic.net/free-photo/enterprise-colleagues-discussing-project-updates-details-meeting-room_482257-84389.jpg?_wi=1", imageAlt: "business consultant advising startup founder" }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15682.jpg", imageAlt: "business strategy discussion" + imageSrc: "http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15682.jpg?_wi=2", imageAlt: "business strategy discussion" } ]} buttons={[ @@ -101,10 +101,10 @@ export default function LandingPage() { title: "Financial Consulting", description: "Expert guidance on financial planning, budgeting, tax optimization, and financial risk management for businesses and individuals.", icon: TrendingUp, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/pensive-business-experts-analyzing-marketing-report_1262-17425.jpg", imageAlt: "financial planning analysis" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-business-experts-analyzing-marketing-report_1262-17425.jpg?_wi=2", imageAlt: "financial planning analysis" }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15682.jpg", imageAlt: "financial consulting session" + imageSrc: "http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15682.jpg?_wi=3", imageAlt: "financial consulting session" } ] }, @@ -112,10 +112,10 @@ export default function LandingPage() { title: "Business Advisory", description: "Strategic business guidance for startups, entrepreneurs, and established companies. We help you navigate challenges, identify opportunities, and accelerate growth.", icon: Lightbulb, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/enterprise-colleagues-discussing-project-updates-details-meeting-room_482257-84389.jpg", imageAlt: "business advisory consultation" + imageSrc: "http://img.b2bpic.net/free-photo/enterprise-colleagues-discussing-project-updates-details-meeting-room_482257-84389.jpg?_wi=2", imageAlt: "business advisory consultation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-women-having-business-meeting_53876-30734.jpg", imageAlt: "business consultants team" + imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-women-having-business-meeting_53876-30734.jpg?_wi=2", imageAlt: "business consultants team" } ] }, @@ -123,10 +123,10 @@ export default function LandingPage() { title: "Startup Support", description: "Specialized consulting for new entrepreneurs and startups. From business planning to market entry, we provide comprehensive support for your entrepreneurial journey.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15682.jpg", imageAlt: "startup consultation" + imageSrc: "http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15682.jpg?_wi=4", imageAlt: "startup consultation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/enterprise-colleagues-discussing-project-updates-details-meeting-room_482257-84389.jpg", imageAlt: "entrepreneur support" + imageSrc: "http://img.b2bpic.net/free-photo/enterprise-colleagues-discussing-project-updates-details-meeting-room_482257-84389.jpg?_wi=3", imageAlt: "entrepreneur support" } ] }, @@ -134,10 +134,10 @@ export default function LandingPage() { title: "Query Resolution", description: "Quick and reliable solutions to your financial and business questions. Our experienced consultants provide timely answers to help you make informed decisions.", icon: HelpCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/pensive-business-experts-analyzing-marketing-report_1262-17425.jpg", imageAlt: "business query resolution" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-business-experts-analyzing-marketing-report_1262-17425.jpg?_wi=3", imageAlt: "business query resolution" }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-women-having-business-meeting_53876-30734.jpg", imageAlt: "consultant support" + imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-women-having-business-meeting_53876-30734.jpg?_wi=3", imageAlt: "consultant support" } ] }