Merge version_1 into main #2
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -46,13 +46,13 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="SocialXTrendify"
|
||||
description="Amplify Your Social Media Presence. Harness the power of data-driven strategies, trend forecasting, and seamless content management to dominate your social channels."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "#contact" },
|
||||
{ text: "Explore Features", href: "#features" }
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg"
|
||||
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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg"
|
||||
imageAlt="SocialXTrendify Platform"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user