From cb41266d1c6f5def5afc5b2428a6230c86904514 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 03:52:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7143ebf..e9df56b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg?_wi=1" imageAlt="Digital marketing growth metrics dashboard" avatars={[ { @@ -116,21 +116,21 @@ export default function LandingPage() { features={[ { title: "Performance Marketing", description: "ROI-focused ad campaigns on Google and social platforms.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg", imageAlt: "Performance Ads"}, + imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg?_wi=2", imageAlt: "Performance Ads"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg", imageAlt: "Social Ads"} + imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg?_wi=3", imageAlt: "Social Ads"} }, { title: "Search Engine Optimization", description: "Organic growth strategies to dominate search engine results.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg", imageAlt: "SEO Analytics"}, + imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg?_wi=4", imageAlt: "SEO Analytics"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg", imageAlt: "Keyword Research"} + imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg?_wi=5", imageAlt: "Keyword Research"} }, { title: "Content Strategy", description: "Engaging content that drives brand loyalty and conversion.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg", imageAlt: "Content Calendar"}, + imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg?_wi=6", imageAlt: "Content Calendar"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg", imageAlt: "Content Strategy"} + imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg?_wi=7", imageAlt: "Content Strategy"} } ]} showStepNumbers={true} -- 2.49.1