From c7bc3204b7098b36434c357c7fa04f0b908795fe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 09:50:22 +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 1a8dcd4..4979208 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { value: "50+", label: "Active Brands" } ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "Client A" }, @@ -90,16 +90,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Influencer Outreach", description: "Identify and collaborate with partners who authentically resonate with your audience.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Influencer" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Partner" } + title: "Influencer Outreach", description: "Identify and collaborate with partners who authentically resonate with your audience.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=2", imageAlt: "Influencer" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=3", imageAlt: "Partner" } }, { - title: "Creative Production", description: "High-conversion assets from viral short-form video to static designs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Content" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Design" } + title: "Creative Production", description: "High-conversion assets from viral short-form video to static designs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=4", imageAlt: "Content" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=5", imageAlt: "Design" } }, { - title: "Paid Ads Mastery", description: "Advanced targeting that turns every dollar into measurable acquisition revenue.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Ads" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Revenue" } + title: "Paid Ads Mastery", description: "Advanced targeting that turns every dollar into measurable acquisition revenue.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=6", imageAlt: "Ads" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=7", imageAlt: "Revenue" } } ]} showStepNumbers={true} -- 2.49.1