From 0ce23211fdafbe8abfece4ae99b525a85641cdab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 14:57:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1f05a3..c596555 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,16 +60,16 @@ export default function MediaBuyingPage() { imageSrc: "https://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg", imageAlt: "Professional media buying dashboard showing real-time campaign performance metrics" }, { - imageSrc: "https://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Business team analyzing media performance" + imageSrc: "https://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=1", imageAlt: "Business team analyzing media performance" }, { - imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-laptop_53876-20853.jpg", imageAlt: "Media strategy planning session" + imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-laptop_53876-20853.jpg?_wi=1", imageAlt: "Media strategy planning session" }, { - imageSrc: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "Client consultation meeting" + imageSrc: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=1", imageAlt: "Client consultation meeting" }, { - imageSrc: "https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg", imageAlt: "Diverse marketing team collaboration" + imageSrc: "https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg?_wi=1", imageAlt: "Diverse marketing team collaboration" } ] ariaLabel="Hero section featuring media buying expertise and strategic advertising solutions" @@ -106,13 +106,13 @@ export default function MediaBuyingPage() { features={[ { id: 1, - tag: "Performance Analytics", title: "Data-Driven Campaigns", subtitle: "Precision targeting with real-time insights", description: "Our advanced analytics platform tracks performance metrics across all channels, enabling us to optimize campaigns for maximum efficiency and measurable results.", imageSrc: "https://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Analytics dashboard showing campaign performance metrics", buttons: [ + tag: "Performance Analytics", title: "Data-Driven Campaigns", subtitle: "Precision targeting with real-time insights", description: "Our advanced analytics platform tracks performance metrics across all channels, enabling us to optimize campaigns for maximum efficiency and measurable results.", imageSrc: "https://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=2", imageAlt: "Analytics dashboard showing campaign performance metrics", buttons: [ { text: "View Case Studies", href: "#testimonials-section" } ] }, { id: 2, - tag: "Cross-Platform Strategy", title: "Integrated Media Planning", subtitle: "Seamless coordination across digital and traditional channels", description: "We develop cohesive strategies that span television, digital, social, and print platforms, ensuring consistent messaging and amplified impact.", imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-laptop_53876-20853.jpg", imageAlt: "Infographic showing integration of various media platforms", buttons: [ + tag: "Cross-Platform Strategy", title: "Integrated Media Planning", subtitle: "Seamless coordination across digital and traditional channels", description: "We develop cohesive strategies that span television, digital, social, and print platforms, ensuring consistent messaging and amplified impact.", imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-laptop_53876-20853.jpg?_wi=2", imageAlt: "Infographic showing integration of various media platforms", buttons: [ { text: "Explore Services", href: "#about-section" } ] }, @@ -167,11 +167,11 @@ export default function MediaBuyingPage() { testimonials={[ { id: "testimonial-1", name: "Sarah Johnson", role: "Marketing Director", company: "TechGrowth Inc.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "Sarah Johnson, Marketing Director at TechGrowth Inc." + imageSrc: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=2", imageAlt: "Sarah Johnson, Marketing Director at TechGrowth Inc." }, { id: "testimonial-2", name: "Michael Chen", role: "Brand Manager", company: "Global Retail Solutions", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "Michael Chen, Brand Manager at Global Retail Solutions" + imageSrc: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=3", imageAlt: "Michael Chen, Brand Manager at Global Retail Solutions" }, { id: "testimonial-3", name: "Elena Rodriguez", role: "CEO", company: "Creative Dynamics", rating: 5, @@ -220,7 +220,7 @@ export default function MediaBuyingPage() { required: true }} useInvertedBackground={false} - imageSrc="https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg" + imageSrc="https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg?_wi=2" imageAlt="Media buying expert discussing strategies with a client" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1