From 442b134673dedd23277cef961ccb91ab8c323c62 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 17:54:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1f92e5..2907143 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,8 +57,8 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-empty-software-development-agency-showing-code_482257-125515.jpg", imageAlt: "Hero 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/employee-working-marketing-setting_23-2151871167.jpg", imageAlt: "Hero 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", imageAlt: "Hero 3" } + { imageSrc: "http://img.b2bpic.net/free-photo/employee-working-marketing-setting_23-2151871167.jpg?_wi=1", imageAlt: "Hero 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg?_wi=1", imageAlt: "Hero 3" } ]} /> @@ -76,9 +76,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "SEO Strategy", description: "Optimize your visibility and reach target audiences with advanced organic search tactics.", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-marketing-setting_23-2151871167.jpg"}, + title: "SEO Strategy", description: "Optimize your visibility and reach target audiences with advanced organic search tactics.", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-marketing-setting_23-2151871167.jpg?_wi=2"}, { - title: "Social Media Growth", description: "Build authentic connections and drive engagement across all social media platforms.", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg"}, + title: "Social Media Growth", description: "Build authentic connections and drive engagement across all social media platforms.", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg?_wi=2"}, { title: "Content Strategy", description: "Craft compelling narratives that position your brand as an industry authority.", imageSrc: "http://img.b2bpic.net/free-photo/bullet-journal-desk-supplies-high-angle_23-2149740044.jpg"}, ]}