From e5224dbb12ec557d7a77252619f5a271e1975b1b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:43:40 +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 0e17bc3..929f711 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,15 +60,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-waves-background-with-flowing-particles_1048-18665.jpg", imageAlt: "Digital marketing dashboard interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-waves-background-with-flowing-particles_1048-18665.jpg?_wi=1", imageAlt: "Digital marketing dashboard interface"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207982.jpg", imageAlt: "Creative marketing team collaboration"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207982.jpg?_wi=1", imageAlt: "Creative marketing team collaboration"}, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-economy-growth_23-2148541986.jpg", imageAlt: "Social media analytics growth chart"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-economy-growth_23-2148541986.jpg?_wi=1", imageAlt: "Social media analytics growth chart"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207962.jpg", imageAlt: "Modern digital design workstation"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207962.jpg?_wi=1", imageAlt: "Modern digital design workstation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/realistic-satin-silk-red-color-ai-generated-image_511042-663.jpg", imageAlt: "Abstract brand identity visualization"}, + imageSrc: "http://img.b2bpic.net/free-photo/realistic-satin-silk-red-color-ai-generated-image_511042-663.jpg?_wi=1", imageAlt: "Abstract brand identity visualization"}, { imageSrc: "http://img.b2bpic.net/free-photo/man-typing-his-phone-desk_1150-170.jpg", imageAlt: "Mobile content engagement interface"}, ]} @@ -91,7 +91,7 @@ export default function LandingPage() { { value: "24/7", title: "Strategy Support"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/photo-concrete-stairs_400718-31.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photo-concrete-stairs_400718-31.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="blur-reveal" imageAlt="Sleek and modern high-tech agency office workspace" @@ -105,19 +105,19 @@ export default function LandingPage() { features={[ { title: "Content Strategy", description: "Tailored content planning that aligns with your specific market and business goals.", buttonIcon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-waves-background-with-flowing-particles_1048-18665.jpg", imageAlt: "digital marketing agency concept"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-waves-background-with-flowing-particles_1048-18665.jpg?_wi=2", imageAlt: "digital marketing agency concept"}, { title: "Social Media Management", description: "End-to-end management of your social channels with daily community engagement.", buttonIcon: Share2, - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207982.jpg", imageAlt: "creative marketing team collaboration"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207982.jpg?_wi=2", imageAlt: "creative marketing team collaboration"}, { title: "Performance Analytics", description: "Detailed reporting and data-backed insights to refine your marketing performance.", buttonIcon: BarChart2, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-economy-growth_23-2148541986.jpg", imageAlt: "social media growth analytics"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-economy-growth_23-2148541986.jpg?_wi=2", imageAlt: "social media growth analytics"}, { title: "Growth Consulting", description: "Actionable strategies to scale your reach and maximize your return on ad spend.", buttonIcon: TrendingUp, - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207962.jpg", imageAlt: "graphic design workflow creative"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207962.jpg?_wi=2", imageAlt: "graphic design workflow creative"}, { title: "SEO Optimization", description: "Advanced search engine techniques to improve your organic visibility.", buttonIcon: Search, - imageSrc: "http://img.b2bpic.net/free-photo/realistic-satin-silk-red-color-ai-generated-image_511042-663.jpg", imageAlt: "brand identity development tech"}, + imageSrc: "http://img.b2bpic.net/free-photo/realistic-satin-silk-red-color-ai-generated-image_511042-663.jpg?_wi=2", imageAlt: "brand identity development tech"}, ]} title="Comprehensive Marketing Solutions" description="Our core services designed to accelerate your growth and dominate the digital landscape." @@ -166,7 +166,7 @@ export default function LandingPage() { description="Have questions about our marketing process? Here's what our clients usually ask." faqsAnimation="slide-up" tag="Support" - imageSrc="http://img.b2bpic.net/free-photo/photo-concrete-stairs_400718-31.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photo-concrete-stairs_400718-31.jpg?_wi=2" mediaAnimation="blur-reveal" /> -- 2.49.1