Merge version_1 into main #2
@@ -20,7 +20,6 @@ import {
|
||||
HelpCircle,
|
||||
BarChart3,
|
||||
Users,
|
||||
Trending,
|
||||
TrendingUp,
|
||||
Award,
|
||||
} from "lucide-react";
|
||||
@@ -33,7 +32,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -55,17 +54,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardDashboard
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Influencer Marketing Agency"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Lead, Revenue, Dominate"
|
||||
description="Amplify your brand's reach through elite influencer partnerships. We connect you with top creators, manage end-to-end campaigns, and deliver measurable ROI that dominates the market."
|
||||
buttons={[
|
||||
{ text: "Start Campaign", href: "contact" },
|
||||
{ text: "View Portfolios", href: "testimonials" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
dashboard={{
|
||||
title: "Campaign Performance Hub", logoIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg", searchPlaceholder: "Search influencers...", buttons: [
|
||||
@@ -75,18 +74,21 @@ export default function LandingPage() {
|
||||
sidebarItems: [
|
||||
{ icon: BarChart3 },
|
||||
{ icon: Users },
|
||||
{ icon: Trending },
|
||||
{ icon: TrendingUp },
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Total Reach", values: [2500000, 3200000, 4100000],
|
||||
valueSuffix: "+", description: "Combined audience reach"},
|
||||
valueSuffix: "+", description: "Combined audience reach"
|
||||
},
|
||||
{
|
||||
title: "Engagement Rate", values: [6.8, 7.2, 8.1],
|
||||
valueSuffix: "%", description: "Average engagement metrics"},
|
||||
valueSuffix: "%", description: "Average engagement metrics"
|
||||
},
|
||||
{
|
||||
title: "Campaigns Live", values: [24, 28, 31],
|
||||
description: "Active campaigns running"},
|
||||
description: "Active campaigns running"
|
||||
},
|
||||
],
|
||||
chartTitle: "Campaign Growth", chartData: [
|
||||
{ value: 45 },
|
||||
@@ -99,7 +101,8 @@ export default function LandingPage() {
|
||||
{ icon: Users, title: "@CreatorElite", status: "Active" },
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "@InfluencerPro", status: "Campaign Live"},
|
||||
title: "@InfluencerPro", status: "Campaign Live"
|
||||
},
|
||||
{ icon: Award, title: "@TopTalent", status: "Approved" },
|
||||
],
|
||||
}}
|
||||
@@ -110,14 +113,14 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
tag="Why LRD"
|
||||
tagIcon={Crown}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="We don't just manage campaigns. We dominate markets and drive real revenue for our partners."
|
||||
description="Founded by industry veterans"
|
||||
subdescription="LRD - Lead Revenue Dominate"
|
||||
icon={Rocket}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coworkers-office-with-photo-cameras-computer_329181-12078.jpg"
|
||||
imageAlt="LRD team collaborating on influencer marketing strategy"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,32 +131,36 @@ export default function LandingPage() {
|
||||
description="End-to-end influencer marketing solutions designed to drive results"
|
||||
tag="Capabilities"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Influencer Discovery & Vetting", description:
|
||||
"Access our network of 10,000+ verified creators across all platforms. We handle influencer research, vetting, and relationship building.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-friends-looking-social-media-smartphone_53876-102034.jpg?_wi=1"},
|
||||
"http://img.b2bpic.net/free-photo/happy-friends-looking-social-media-smartphone_53876-102034.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/colleagues-working-around-computer_329181-12035.jpg?_wi=1"},
|
||||
"http://img.b2bpic.net/free-photo/colleagues-working-around-computer_329181-12035.jpg"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Campaign Management & Execution", description:
|
||||
"From strategy to execution, we manage every aspect of your influencer campaigns with real-time tracking and optimization.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/colleagues-working-around-computer_329181-12035.jpg?_wi=2"},
|
||||
"http://img.b2bpic.net/free-photo/colleagues-working-around-computer_329181-12035.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-friends-looking-social-media-smartphone_53876-102034.jpg?_wi=2"},
|
||||
"http://img.b2bpic.net/free-photo/happy-friends-looking-social-media-smartphone_53876-102034.jpg"
|
||||
},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
textboxLayout="default"
|
||||
animationType="entrance-slide"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,7 +171,7 @@ export default function LandingPage() {
|
||||
description="Proven results that speak for themselves"
|
||||
tag="Performance"
|
||||
tagIcon={Trophy}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{ id: "1", value: "500M+", description: "Total Impressions Delivered" },
|
||||
{ id: "2", value: "$2.3B+", description: "Revenue Generated for Clients" },
|
||||
@@ -173,7 +180,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
animationType="entrance-slide"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -184,31 +191,34 @@ export default function LandingPage() {
|
||||
description="Hear from brands that have dominated their markets with LRD"
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alexandra Chen", role: "Chief Marketing Officer", company: "Luxe Beauty Co", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", role: "Founder & CEO", company: "Urban Fashion Line", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophia Rodriguez", role: "Head of Digital Marketing", company: "TechGear International", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Mitchell", role: "VP of Growth", company: "Wellness Empire", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "340%", label: "Average ROI Increase" },
|
||||
{ value: "2.8M+", label: "Audience Growth" },
|
||||
{ value: "89%", label: "Repeat Partnership Rate" },
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -220,9 +230,10 @@ export default function LandingPage() {
|
||||
description="We work with the world's leading social platforms and creator networks"
|
||||
tag="Partners"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Instagram", "TikTok", "YouTube", "Twitter/X", "LinkedIn", "Threads", "Snapchat"]}
|
||||
"Instagram", "TikTok", "YouTube", "Twitter/X", "LinkedIn", "Threads", "Snapchat"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
@@ -236,28 +247,34 @@ export default function LandingPage() {
|
||||
description="Everything you need to know about working with LRD"
|
||||
tag="Support"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do you select influencers for my brand?", content:
|
||||
"We use proprietary data analysis and audience insights to match creators with your brand values, target demographic, and campaign goals. Every influencer is thoroughly vetted for authenticity and engagement metrics."},
|
||||
"We use proprietary data analysis and audience insights to match creators with your brand values, target demographic, and campaign goals. Every influencer is thoroughly vetted for authenticity and engagement metrics."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What's your typical campaign timeline?", content:
|
||||
"Most campaigns are structured with 2-4 weeks for planning and influencer onboarding, followed by 4-8 weeks of active campaign execution. However, timelines are customized based on your specific objectives and requirements."},
|
||||
"Most campaigns are structured with 2-4 weeks for planning and influencer onboarding, followed by 4-8 weeks of active campaign execution. However, timelines are customized based on your specific objectives and requirements."
|
||||
},
|
||||
{
|
||||
id: "3", title: "How do you measure campaign success?", content:
|
||||
"We track comprehensive KPIs including reach, engagement rate, click-through rates, conversions, and ROI. You receive weekly performance reports and real-time dashboards throughout the campaign."},
|
||||
"We track comprehensive KPIs including reach, engagement rate, click-through rates, conversions, and ROI. You receive weekly performance reports and real-time dashboards throughout the campaign."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you work with emerging creators?", content:
|
||||
"Yes! We work with creators at all levels. Emerging influencers often provide exceptional engagement rates and can be more cost-effective. We assess each creator individually based on their audience quality."},
|
||||
"Yes! We work with creators at all levels. Emerging influencers often provide exceptional engagement rates and can be more cost-effective. We assess each creator individually based on their audience quality."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What platforms do you specialize in?", content:
|
||||
"We have expertise across Instagram, TikTok, YouTube, LinkedIn, Twitter/X, Threads, and Snapchat. We also run multi-platform campaigns for maximum reach and impact."},
|
||||
"We have expertise across Instagram, TikTok, YouTube, LinkedIn, Twitter/X, Threads, and Snapchat. We also run multi-platform campaigns for maximum reach and impact."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How much does influencer marketing cost?", content:
|
||||
"Pricing varies based on campaign scope, influencer tier, content requirements, and duration. We offer flexible packages starting from $10,000 to enterprise-level programs. Let's discuss your budget and goals."},
|
||||
"Pricing varies based on campaign scope, influencer tier, content requirements, and duration. We offer flexible packages starting from $10,000 to enterprise-level programs. Let's discuss your budget and goals."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
|
||||
Reference in New Issue
Block a user