From ad80657a8cfe3788a6351170b70e296c2df7b45a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:14:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff5f0cb..05d767b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,15 +55,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-from-apartment-office-seated-desk-using-ai-llm-chatbot_482257-127291.jpg", imageAlt: "Minimalist social media dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-from-apartment-office-seated-desk-using-ai-llm-chatbot_482257-127291.jpg?_wi=1", imageAlt: "Minimalist social media dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749326.jpg", imageAlt: "3D social media icons"}, + imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749326.jpg?_wi=1", imageAlt: "3D social media icons"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5034.jpg", imageAlt: "Creative agency meeting"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5034.jpg?_wi=1", imageAlt: "Creative agency meeting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-from-apartment-office-seated-desk-using-ai-llm-chatbot_482257-127291.jpg", imageAlt: "Data analytics dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-from-apartment-office-seated-desk-using-ai-llm-chatbot_482257-127291.jpg?_wi=2", imageAlt: "Data analytics dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749326.jpg", imageAlt: "Engagement metrics"}, + imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749326.jpg?_wi=2", imageAlt: "Engagement metrics"}, ]} mediaAnimation="blur-reveal" /> @@ -92,27 +92,27 @@ export default function LandingPage() { title: "Social Narrative Design", description: "Defining your unique voice in crowded digital spaces.", icon: PenTool, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548736.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548736.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg?_wi=1"}, ], }, { title: "Precision Performance", description: "Targeted ad spend that converts at every touchpoint.", icon: Target, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548736.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548736.jpg?_wi=2"}, ], }, { title: "Community Stewardship", description: "Converting casual followers into dedicated brand advocates.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548736.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548736.jpg?_wi=3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg?_wi=3"}, ], }, ]} @@ -169,7 +169,7 @@ export default function LandingPage() { tag="Inquire" title="Ready to escalate your digital presence?" description="Tell us your goals and let’s discuss the potential." - imageSrc="http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5034.jpg" + imageSrc="http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5034.jpg?_wi=2" mediaPosition="left" mediaAnimation="blur-reveal" /> -- 2.49.1