From 0ea5424177b8a929adeee48a30095e97d6b8f134 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:17:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51d3da3..cf4e78d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,9 +52,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page_23-2148125465.jpg", imageAlt: "Dashboard View"}, + imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page_23-2148125465.jpg?_wi=1", imageAlt: "Dashboard View"}, { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-pointing-his-finger-growth-graph_53876-96227.jpg", imageAlt: "Growth Analytics"} + imageSrc: "http://img.b2bpic.net/free-photo/businessman-pointing-his-finger-growth-graph_53876-96227.jpg?_wi=1", imageAlt: "Growth Analytics"} ]} mediaAnimation="slide-up" rating={5} @@ -75,7 +75,7 @@ export default function LandingPage() { { value: "3", title: "Watch it Grow"}, ]} - imageSrc="http://img.b2bpic.net/free-vector/infographic-business-banner-template-design_1035-18037.jpg" + imageSrc="http://img.b2bpic.net/free-vector/infographic-business-banner-template-design_1035-18037.jpg?_wi=1" imageAlt="Three steps graphic" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -95,7 +95,7 @@ export default function LandingPage() { title: "Lightning Fast", description: "Watch your follower count rise in real-time as soon as you confirm.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-storm-logo-template_23-2149196397.jpg", imageAlt: "Speed icon"}, { id: 3, - title: "24/7 Support", description: "Our dedicated support team is here to help you anytime.", imageSrc: "http://img.b2bpic.net/free-vector/modern-call-center-composition_23-2147985930.jpg", imageAlt: "Support icon"}, + title: "24/7 Support", description: "Our dedicated support team is here to help you anytime.", imageSrc: "http://img.b2bpic.net/free-vector/modern-call-center-composition_23-2147985930.jpg?_wi=1", imageAlt: "Support icon"}, ]} title="Why Choose Us" description="We offer premium features designed for maximum safety and efficiency." @@ -130,13 +130,13 @@ export default function LandingPage() { description="Real feedback from creators who leveled up their game." testimonials={[ { - id: "1", name: "Sarah J.", date: "2 days ago", title: "Amazing growth!", quote: "I got 1,000 new followers in under an hour. Truly impressive service.", tag: "Verified User", avatarSrc: "https://i.pravatar.cc/150?u=sarahj", imageSrc: "http://img.b2bpic.net/free-photo/businessman-pointing-his-finger-growth-graph_53876-96227.jpg"}, + id: "1", name: "Sarah J.", date: "2 days ago", title: "Amazing growth!", quote: "I got 1,000 new followers in under an hour. Truly impressive service.", tag: "Verified User", avatarSrc: "https://i.pravatar.cc/150?u=sarahj", imageSrc: "http://img.b2bpic.net/free-photo/businessman-pointing-his-finger-growth-graph_53876-96227.jpg?_wi=2"}, { - id: "2", name: "Mike R.", date: "1 week ago", title: "Very secure", quote: "I was skeptical, but they didn't ask for a password. Super safe.", tag: "Verified User", avatarSrc: "https://i.pravatar.cc/150?u=miker", imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page_23-2148125465.jpg"}, + id: "2", name: "Mike R.", date: "1 week ago", title: "Very secure", quote: "I was skeptical, but they didn't ask for a password. Super safe.", tag: "Verified User", avatarSrc: "https://i.pravatar.cc/150?u=miker", imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page_23-2148125465.jpg?_wi=2"}, { - id: "3", name: "Elena P.", date: "3 days ago", title: "Fast and easy", quote: "The process is so simple. Anyone can do it in seconds.", tag: "Verified User", avatarSrc: "https://i.pravatar.cc/150?u=elenap", imageSrc: "http://img.b2bpic.net/free-vector/infographic-business-banner-template-design_1035-18037.jpg"}, + id: "3", name: "Elena P.", date: "3 days ago", title: "Fast and easy", quote: "The process is so simple. Anyone can do it in seconds.", tag: "Verified User", avatarSrc: "https://i.pravatar.cc/150?u=elenap", imageSrc: "http://img.b2bpic.net/free-vector/infographic-business-banner-template-design_1035-18037.jpg?_wi=2"}, { - id: "4", name: "Tom B.", date: "5 days ago", title: "Best support", quote: "Had a small question and their team answered immediately. Top tier.", tag: "Verified User", avatarSrc: "https://i.pravatar.cc/150?u=tomb", imageSrc: "http://img.b2bpic.net/free-vector/modern-call-center-composition_23-2147985930.jpg"}, + id: "4", name: "Tom B.", date: "5 days ago", title: "Best support", quote: "Had a small question and their team answered immediately. Top tier.", tag: "Verified User", avatarSrc: "https://i.pravatar.cc/150?u=tomb", imageSrc: "http://img.b2bpic.net/free-vector/modern-call-center-composition_23-2147985930.jpg?_wi=2"}, ]} /> -- 2.49.1