From d805442ecfc0f88155cad6cc97ddda416102480d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:48:52 +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 76aa95d..05cb18a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Explore Features", href: "#features" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg" + imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg?_wi=1" imageAlt="SocialXTrendify Dashboard Interface" frameStyle="browser" mediaAnimation="slide-up" @@ -81,10 +81,10 @@ export default function LandingPage() { tag="Services" features={[ { - title: "Real-Time Engagement Tracking", description: "Monitor likes, comments, shares, and mentions in real-time across all platforms with intelligent notifications.", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-using-social-media-their-smartphones_53876-102035.jpg", imageAlt: "Real-time engagement metrics" + title: "Real-Time Engagement Tracking", description: "Monitor likes, comments, shares, and mentions in real-time across all platforms with intelligent notifications.", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-using-social-media-their-smartphones_53876-102035.jpg?_wi=1", imageAlt: "Real-time engagement metrics" }, { - title: "Advanced Analytics Dashboard", description: "Get deep insights into audience behavior, content performance, and growth trends with actionable reports.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg", imageAlt: "Analytics dashboard" + title: "Advanced Analytics Dashboard", description: "Get deep insights into audience behavior, content performance, and growth trends with actionable reports.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg?_wi=1", imageAlt: "Analytics dashboard" }, { title: "Smart Content Scheduling", description: "Plan and schedule posts at optimal times. Auto-schedule based on audience activity patterns and trends.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-date-organizer-planner-concept_53876-121090.jpg", imageAlt: "Content scheduling calendar" @@ -107,10 +107,10 @@ export default function LandingPage() { tag="Results" metrics={[ { - id: "1", value: "500+", title: "Active Clients", description: "Brands trusting us daily", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-using-social-media-their-smartphones_53876-102035.jpg", imageAlt: "Active clients metric" + id: "1", value: "500+", title: "Active Clients", description: "Brands trusting us daily", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-using-social-media-their-smartphones_53876-102035.jpg?_wi=2", imageAlt: "Active clients metric" }, { - id: "2", value: "2.5M+", title: "Total Followers", description: "Managed across platforms", imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg", imageAlt: "Followers managed" + id: "2", value: "2.5M+", title: "Total Followers", description: "Managed across platforms", imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg?_wi=2", imageAlt: "Followers managed" } ]} textboxLayout="default" @@ -126,13 +126,13 @@ export default function LandingPage() { tag="Leadership" members={[ { - id: "1", name: "Atif Mehmood", role: "Founder & CEO", description: "Visionary leader with 15+ years in digital marketing. Passionate about empowering brands through social innovation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Atif Mehmood - Founder", socialLinks: [ + id: "1", name: "Atif Mehmood", role: "Founder & CEO", description: "Visionary leader with 15+ years in digital marketing. Passionate about empowering brands through social innovation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Atif Mehmood - Founder", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, { icon: Twitter, url: "https://twitter.com" } ] }, { - id: "2", name: "Sarah Johnson", role: "Head of Strategy", description: "Content strategist with award-winning campaigns. Expert in audience growth and engagement optimization.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson - Strategy Lead", socialLinks: [ + id: "2", name: "Sarah Johnson", role: "Head of Strategy", description: "Content strategist with award-winning campaigns. Expert in audience growth and engagement optimization.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Johnson - Strategy Lead", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" } ] }, @@ -238,7 +238,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg" + imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg?_wi=2" imageAlt="SocialXTrendify Platform" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1