Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-25 20:45:59 +00:00
3 changed files with 174 additions and 335 deletions

View File

@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import { Award, BarChart, Edit, Feather, Hash, HelpCircle, Layers, LayoutDashboard, Lightbulb, LineChart, MessageSquare, Search, Settings, Sparkles, Target, TrendingUp, User } from "lucide-react";
import { Award, BarChart, Edit, Feather, Hash, HelpCircle, Layers, LayoutDashboard, Lightbulb, LineChart, MessageSquare, Search, Settings, Sparkles, Target, TrendingUp, User, FileText } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,30 +28,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
href: "/",
name: "Home", id: "home"
},
{
name: "Features",
id: "features",
href: "#features",
name: "Features", id: "features"
},
{
name: "Testimonials",
id: "testimonials",
href: "#testimonials",
name: "Testimonials", id: "testimonials"
},
{
name: "FAQ",
id: "faq",
href: "#faq",
},
name: "FAQ", id: "faq"
}
]}
brandName="ViralPulse AI"
button={{
text: "Get Started",
href: "/login",
text: "Get Started", href: "/login"
}}
/>
</div>
@@ -59,107 +50,87 @@ export default function LandingPage() {
<div id="dashboard" data-section="dashboard">
<HeroBillboardDashboard
background={{
variant: "animated-grid",
variant: "animated-grid"
}}
title="Your LinkedIn ViralPulse Dashboard"
description="Overview of your post performance, viral scores, and optimization insights."
tag="Welcome!"
tagIcon={User}
dashboard={{
title: "Post Performance Overview",
stats: [
title: "Post Performance Overview", stats: [
{
value: "78%",
label: "Avg. Viral Score",
values: "78%", label: "Avg. Viral Score"
},
{
value: "1.2K",
label: "Posts Analyzed",
values: "1.2K", label: "Posts Analyzed"
},
{
value: "24%",
label: "Engagement Rate Lift",
},
values: "24%", label: "Engagement Rate Lift"
}
],
logoIcon: "Sparkles",
logoIcon: Sparkles,
sidebarItems: [
{
icon: LayoutDashboard,
label: "Dashboard",
name: "Dashboard"
},
{
icon: Feather,
label: "Post Analyzer",
name: "Post Analyzer"
},
{
icon: Hash,
label: "Hashtag Tool",
name: "Hashtag Tool"
},
{
icon: Settings,
label: "Settings",
name: "Settings"
},
{
icon: HelpCircle,
label: "Help & Support",
},
name: "Help & Support"
}
],
buttons: [
{
text: "Analyze New Post",
href: "/analyze",
text: "Analyze New Post", href: "/analyze"
},
{
text: "View All Reports",
href: "/reports",
},
text: "View All Reports", href: "/reports"
}
],
listItems: [
{
id: "1",
icon: MessageSquare,
label: "Draft for Q3 Report",
value: "Viral Score: 85%",
label: "Draft for Q3 Report", value: "Viral Score: 85%"
},
{
id: "2",
icon: TrendingUp,
label: "Last Week's Summary",
value: "Engagement: +15%",
label: "Last Week's Summary", value: "Engagement: +15%"
},
{
id: "3",
icon: Hash,
label: "Hashtag Research",
value: "Popularity: High",
},
label: "Hashtag Research", value: "Popularity: High"
}
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-sleek-minimalist-dashboard-for-social--1774471456641-280757a2.png?_wi=2",
searchPlaceholder: "Search posts or reports...",
chartTitle: "Engagement Trend (Last 30 Days)",
chartData: [
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-sleek-minimalist-dashboard-for-social--1774471456641-280757a2.png", searchPlaceholder: "Search posts or reports...", chartTitle: "Engagement Trend (Last 30 Days)", chartData: [
{
name: "Day 1",
value: 4000,
label: "Day 1", value: 4000
},
{
name: "Day 7",
value: 3000,
label: "Day 7", value: 3000
},
{
name: "Day 14",
value: 5000,
label: "Day 14", value: 5000
},
{
name: "Day 21",
value: 4500,
label: "Day 21", value: 4500
},
{
name: "Day 30",
value: 6000,
},
label: "Day 30", value: 6000
}
],
listTitle: "Recent Analyses",
listTitle: "Recent Analyses"
}}
/>
</div>
@@ -171,77 +142,65 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "AI-Driven Content Optimization",
description: "Our AI provides real-time suggestions to refine your post's text, tone, and structure for maximum impact.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-depicting-ai-providing-a-1774471455702-4834b48d.png?_wi=2",
imageAlt: "AI providing actionable insights",
id: "1", title: "AI-Driven Content Optimization", description: "Our AI provides real-time suggestions to refine your post's text, tone, and structure for maximum impact.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-depicting-ai-providing-a-1774471455702-4834b48d.png", imageAlt: "AI providing actionable insights"
},
items: [
{
icon: Lightbulb,
text: "Tone Analysis",
text: "Tone Analysis"
},
{
icon: Edit,
text: "Draft Improvement",
text: "Draft Improvement"
},
{
icon: Award,
text: "Best Practices",
},
text: "Best Practices"
}
],
reverse: false,
reverse: false
},
{
id: "2",
title: "Dynamic Hashtag Performance",
description: "Identify the most effective hashtags for your niche, increasing visibility and targeting the right audience.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-of-smart-hashtag-suggest-1774471458358-a37e4188.png?_wi=2",
imageAlt: "Smart hashtag suggestions",
id: "2", title: "Dynamic Hashtag Performance", description: "Identify the most effective hashtags for your niche, increasing visibility and targeting the right audience.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-of-smart-hashtag-suggest-1774471458358-a37e4188.png", imageAlt: "Smart hashtag suggestions"
},
items: [
{
icon: Search,
text: "Trend Spotting",
text: "Trend Spotting"
},
{
icon: Target,
text: "Audience Matching",
text: "Audience Matching"
},
{
icon: BarChart,
text: "Performance Metrics",
},
text: "Performance Metrics"
}
],
reverse: true,
reverse: true
},
{
id: "3",
title: "Comprehensive Performance Breakdown",
description: "Get detailed reports on impressions, clicks, comments, and shares to understand what truly resonates.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-of-a-detailed-performanc-1774471456541-35e8aabb.png?_wi=2",
imageAlt: "Detailed performance breakdown report",
id: "3", title: "Comprehensive Performance Breakdown", description: "Get detailed reports on impressions, clicks, comments, and shares to understand what truly resonates.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-of-a-detailed-performanc-1774471456541-35e8aabb.png", imageAlt: "Detailed performance breakdown report"
},
items: [
{
icon: LineChart,
text: "Engagement Graphs",
text: "Engagement Graphs"
},
{
icon: ScrollText,
text: "Comparative Reports",
icon: FileText,
text: "Comparative Reports"
},
{
icon: Layers,
text: "Segmented Data",
},
text: "Segmented Data"
}
],
reverse: false,
},
reverse: false
}
]}
title="Unlock Advanced Insights"
description="Dive deeper into specific areas to further amplify your LinkedIn presence and drive measurable results."
@@ -256,26 +215,14 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "1",
value: "+50%",
title: "Engagement Boost",
description: "Users report a significant increase in likes, comments, and shares.",
icon: TrendingUp,
id: "1", value: "+50%", title: "Engagement Boost", description: "Users report a significant increase in likes, comments, and shares.", icon: TrendingUp
},
{
id: "2",
value: "90%",
title: "Prediction Accuracy",
description: "Our AI accurately forecasts viral potential, helping you refine posts.",
icon: Target,
id: "2", value: "90%", title: "Prediction Accuracy", description: "Our AI accurately forecasts viral potential, helping you refine posts.", icon: Target
},
{
id: "3",
value: "20K+",
title: "Posts Optimized",
description: "Thousands of LinkedIn posts successfully enhanced for virality.",
icon: Sparkles,
},
id: "3", value: "20K+", title: "Posts Optimized", description: "Thousands of LinkedIn posts successfully enhanced for virality.", icon: Sparkles
}
]}
title="Your Impact at a Glance"
description="See the quantifiable results of your optimized LinkedIn strategy using ViralPulse AI."
@@ -286,56 +233,44 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Features",
href: "#features",
label: "Features", href: "#features"
},
{
label: "Pricing",
href: "#pricing",
label: "Pricing", href: "#pricing"
},
{
label: "How it works",
href: "#how-it-works",
},
],
label: "How it works", href: "#how-it-works"
}
]
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
label: "About Us", href: "#about"
},
{
label: "Careers",
href: "#careers",
label: "Careers", href: "#careers"
},
{
label: "Blog",
href: "#blog",
},
],
label: "Blog", href: "#blog"
}
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Support",
href: "#support",
label: "Support", href: "#support"
},
{
label: "FAQs",
href: "#faqs",
label: "FAQs", href: "#faqs"
},
{
label: "Contact",
href: "#contact",
},
],
},
label: "Contact", href: "#contact"
}
]
}
]}
copyrightText="© 2024 ViralPulse AI. All rights reserved."
/>

View File

@@ -27,30 +27,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
href: "/",
name: "Home", id: "home"
},
{
name: "Features",
id: "features",
href: "#features",
name: "Features", id: "features"
},
{
name: "Testimonials",
id: "testimonials",
href: "#testimonials",
name: "Testimonials", id: "testimonials"
},
{
name: "FAQ",
id: "faq",
href: "#faq",
},
name: "FAQ", id: "faq"
}
]}
brandName="ViralPulse AI"
button={{
text: "Get Started",
href: "/login",
text: "Get Started", href: "/login"
}}
/>
</div>
@@ -58,7 +49,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSignup
background={{
variant: "sparkles-gradient",
variant: "sparkles-gradient"
}}
title="Log In to ViralPulse AI"
description="Access your personalized LinkedIn post analysis dashboard and boost your viral probability. Predict, optimize, and dominate."
@@ -73,7 +64,7 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
variant: "radial-gradient"
}}
tag="New User?"
tagIcon={Sparkles}
@@ -81,9 +72,8 @@ export default function LandingPage() {
description="Join ViralPulse AI today and transform your LinkedIn strategy. Get started in minutes and see instant results."
buttons={[
{
text: "Sign Up Now",
href: "/signup",
},
text: "Sign Up Now", href: "/signup"
}
]}
/>
</div>
@@ -92,56 +82,44 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Features",
href: "#features",
label: "Features", href: "#features"
},
{
label: "Pricing",
href: "#pricing",
label: "Pricing", href: "#pricing"
},
{
label: "How it works",
href: "#how-it-works",
},
],
label: "How it works", href: "#how-it-works"
}
]
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
label: "About Us", href: "#about"
},
{
label: "Careers",
href: "#careers",
label: "Careers", href: "#careers"
},
{
label: "Blog",
href: "#blog",
},
],
label: "Blog", href: "#blog"
}
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Support",
href: "#support",
label: "Support", href: "#support"
},
{
label: "FAQs",
href: "#faqs",
label: "FAQs", href: "#faqs"
},
{
label: "Contact",
href: "#contact",
},
],
},
label: "Contact", href: "#contact"
}
]
}
]}
copyrightText="© 2024 ViralPulse AI. All rights reserved."
/>

View File

@@ -32,30 +32,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
href: "/",
name: "Home", id: "home"
},
{
name: "Features",
id: "features",
href: "#features",
name: "Features", id: "features"
},
{
name: "Testimonials",
id: "testimonials",
href: "#testimonials",
name: "Testimonials", id: "testimonials"
},
{
name: "FAQ",
id: "faq",
href: "#faq",
},
name: "FAQ", id: "faq"
}
]}
brandName="ViralPulse AI"
button={{
text: "Get Started",
href: "/login",
text: "Get Started", href: "/login"
}}
/>
</div>
@@ -66,39 +57,31 @@ export default function LandingPage() {
description="Predict the viral probability of your LinkedIn posts before you publish. Leverage AI insights to optimize content, hashtags, and engagement for maximum impact."
buttons={[
{
text: "Analyze Your Post",
href: "/login",
text: "Analyze Your Post", href: "/login"
},
{
text: "Learn More",
href: "#features",
},
text: "Learn More", href: "#features"
}
]}
slides={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-sleek-minimalist-dashboard-for-social--1774471456641-280757a2.png?_wi=1",
imageAlt: "AI dashboard showing LinkedIn analytics",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-sleek-minimalist-dashboard-for-social--1774471456641-280757a2.png", imageAlt: "AI dashboard showing LinkedIn analytics"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-user-uploading-a-document-or-text-draf-1774471457703-d8062703.png",
imageAlt: "User uploading a LinkedIn post draft",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-user-uploading-a-document-or-text-draf-1774471457703-d8062703.png", imageAlt: "User uploading a LinkedIn post draft"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-side-by-side-comparison-on-a-screen-sh-1774471456292-6bfde682.png",
imageAlt: "Optimized LinkedIn post with AI suggestions",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-side-by-side-comparison-on-a-screen-sh-1774471456292-6bfde682.png", imageAlt: "Optimized LinkedIn post with AI suggestions"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-dynamic-infographic-displaying-various-1774471456354-de1a0fd6.png",
imageAlt: "Infographic showing LinkedIn viral metrics",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-dynamic-infographic-displaying-various-1774471456354-de1a0fd6.png", imageAlt: "Infographic showing LinkedIn viral metrics"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-abstract-representation-of-ai-intelli-1774471456715-eb2a5f70.png",
imageAlt: "Abstract AI analyzing text",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-abstract-representation-of-ai-intelli-1774471456715-eb2a5f70.png", imageAlt: "Abstract AI analyzing text"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-mobile-screen-showing-a-simplified-ver-1774471456753-5d36e520.png",
imageAlt: "Mobile view of LinkedIn post analysis",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-mobile-screen-showing-a-simplified-ver-1774471456753-5d36e520.png", imageAlt: "Mobile view of LinkedIn post analysis"
}
]}
autoplayDelay={4000}
showDimOverlay={true}
@@ -112,19 +95,16 @@ export default function LandingPage() {
metrics={[
{
icon: Gauge,
label: "Viral Probability Score",
value: "90%+",
label: "Viral Probability Score", value: "90%+"
},
{
icon: Feather,
label: "Posts Analyzed",
value: "100K+",
label: "Posts Analyzed", value: "100K+"
},
{
icon: ExternalLink,
label: "Engagement Boost",
value: "50%+",
},
label: "Engagement Boost", value: "50%+"
}
]}
metricsAnimation="slide-up"
/>
@@ -137,37 +117,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Instant Viral Score",
description: "Get an immediate probability score for your draft post to predict its viral potential.",
tag: "Predictive AI",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-of-a-viral-post-spreadin-1774471456171-3cec5373.png",
imageAlt: "Illustration of viral content spreading",
id: "1", title: "Instant Viral Score", description: "Get an immediate probability score for your draft post to predict its viral potential.", tag: "Predictive AI", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-of-a-viral-post-spreadin-1774471456171-3cec5373.png", imageAlt: "Illustration of viral content spreading"
},
{
id: "2",
title: "Smart Hashtag Optimization",
description: "Receive AI-driven suggestions for the most relevant and trending hashtags to maximize reach.",
tag: "Reach Maximizer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-of-smart-hashtag-suggest-1774471458358-a37e4188.png?_wi=1",
imageAlt: "Illustration of smart hashtag suggestions",
id: "2", title: "Smart Hashtag Optimization", description: "Receive AI-driven suggestions for the most relevant and trending hashtags to maximize reach.", tag: "Reach Maximizer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-of-smart-hashtag-suggest-1774471458358-a37e4188.png", imageAlt: "Illustration of smart hashtag suggestions"
},
{
id: "3",
title: "AI Improvement Insights",
description: "Get actionable recommendations on how to refine your post's content, tone, and structure.",
tag: "Content Coach",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-depicting-ai-providing-a-1774471455702-4834b48d.png?_wi=1",
imageAlt: "Illustration of AI providing actionable insights",
id: "3", title: "AI Improvement Insights", description: "Get actionable recommendations on how to refine your post's content, tone, and structure.", tag: "Content Coach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-depicting-ai-providing-a-1774471455702-4834b48d.png", imageAlt: "Illustration of AI providing actionable insights"
},
{
id: "4",
title: "Detailed Performance Breakdown",
description: "Understand the 'why' behind the score with a detailed analysis of factors influencing virality.",
tag: "Deep Dive",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-of-a-detailed-performanc-1774471456541-35e8aabb.png?_wi=1",
imageAlt: "Illustration of a detailed performance breakdown report",
},
id: "4", title: "Detailed Performance Breakdown", description: "Understand the 'why' behind the score with a detailed analysis of factors influencing virality.", tag: "Deep Dive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/an-illustration-of-a-detailed-performanc-1774471456541-35e8aabb.png", imageAlt: "Illustration of a detailed performance breakdown report"
}
]}
title="Unlock LinkedIn Virality"
description="Predict, optimize, and dominate your LinkedIn feed with AI-powered insights. Our tool provides a comprehensive analysis to ensure your content reaches its full potential."
@@ -182,21 +142,17 @@ export default function LandingPage() {
author="Sarah Johnson, CEO at TechCorp"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-professional-avatar-of-sarah-johnson-c-1774471455341-e56641e8.png",
alt: "Sarah Johnson",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-professional-avatar-of-sarah-johnson-c-1774471455341-e56641e8.png", alt: "Sarah Johnson"
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-professional-avatar-of-michael-chen-ma-1774471455324-70ada103.png",
alt: "Michael Chen",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-professional-avatar-of-michael-chen-ma-1774471455324-70ada103.png", alt: "Michael Chen"
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-professional-avatar-of-emily-rodriguez-1774471456310-dac673b5.png",
alt: "Emily Rodriguez",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-professional-avatar-of-emily-rodriguez-1774471456310-dac673b5.png", alt: "Emily Rodriguez"
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-professional-avatar-of-david-kim-socia-1774471455416-e778078d.png",
alt: "David Kim",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-professional-avatar-of-david-kim-socia-1774471455416-e778078d.png", alt: "David Kim"
}
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -208,19 +164,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/the-official-linkedin-logo-in-its-brand--1774471454631-32651947.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-sleek-modern-logo-for-a-fictional-tech-1774471455509-78ba9913.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-dynamic-sharp-logo-for-a-fictional-gro-1774471455230-f4633210.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-clean-interconnected-logo-for-a-fictio-1774471455614-0600b12b.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-fluid-data-inspired-logo-for-a-fiction-1774471455484-b17b04ed.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-bold-forward-thinking-logo-for-a-ficti-1774471456281-a0843c46.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-minimalist-logo-for-futuremetrics-a-pr-1774471454712-78fc32aa.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-modern-globe-or-network-icon-for-a-fic-1774471456367-72b26046.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/the-official-linkedin-logo-in-its-brand--1774471454631-32651947.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-sleek-modern-logo-for-a-fictional-tech-1774471455509-78ba9913.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-dynamic-sharp-logo-for-a-fictional-gro-1774471455230-f4633210.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-clean-interconnected-logo-for-a-fictio-1774471455614-0600b12b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-fluid-data-inspired-logo-for-a-fiction-1774471455484-b17b04ed.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-bold-forward-thinking-logo-for-a-ficti-1774471456281-a0843c46.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-minimalist-logo-for-futuremetrics-a-pr-1774471454712-78fc32aa.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-modern-globe-or-network-icon-for-a-fic-1774471456367-72b26046.png"
]}
title="Trusted by Leading Professionals & Brands"
description="Our AI is continuously trained on millions of LinkedIn posts to provide you with unparalleled accuracy and insights."
speed={50}
showCard={false}
names={[]}
/>
</div>
@@ -230,25 +180,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How does ViralPulse AI calculate the viral probability?",
content: "Our AI uses a proprietary machine learning model trained on a vast dataset of successful LinkedIn posts. It analyzes factors like content structure, keyword density, sentiment, engagement patterns, and hashtag relevance to predict performance.",
id: "1", title: "How does ViralPulse AI calculate the viral probability?", content: "Our AI uses a proprietary machine learning model trained on a vast dataset of successful LinkedIn posts. It analyzes factors like content structure, keyword density, sentiment, engagement patterns, and hashtag relevance to predict performance."
},
{
id: "2",
title: "Is my post data kept private?",
content: "Absolutely. We prioritize your privacy and data security. Your draft posts are encrypted and processed securely. We do not store your content after analysis nor share it with third parties.",
id: "2", title: "Is my post data kept private?", content: "Absolutely. We prioritize your privacy and data security. Your draft posts are encrypted and processed securely. We do not store your content after analysis nor share it with third parties."
},
{
id: "3",
title: "Can I analyze posts for different industries?",
content: "Yes, our AI model is robust enough to provide relevant insights across various industries and niches. While core virality principles apply broadly, the AI adapts its suggestions based on general best practices.",
id: "3", title: "Can I analyze posts for different industries?", content: "Yes, our AI model is robust enough to provide relevant insights across various industries and niches. While core virality principles apply broadly, the AI adapts its suggestions based on general best practices."
},
{
id: "4",
title: "What kind of improvements does the AI suggest?",
content: "The AI suggests improvements related to headline strength, call-to-action clarity, sentence structure, readability, sentiment balance, optimal post length, and alternative hashtag strategies.",
},
id: "4", title: "What kind of improvements does the AI suggest?", content: "The AI suggests improvements related to headline strength, call-to-action clarity, sentence structure, readability, sentiment balance, optimal post length, and alternative hashtag strategies."
}
]}
title="Your Questions, Answered"
description="Find quick answers to the most common questions about ViralPulse AI and how it can supercharge your LinkedIn presence."
@@ -260,14 +202,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
variant: "sparkles-gradient"
}}
text="Ready to make your LinkedIn posts go viral? Get started with ViralPulse AI today!"
buttons={[
{
text: "Get Started Now",
href: "/login",
},
text: "Get Started Now", href: "/login"
}
]}
/>
</div>
@@ -276,69 +217,54 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Features",
href: "#features",
label: "Features", href: "#features"
},
{
label: "Pricing",
href: "/pricing",
label: "Pricing", href: "/pricing"
},
{
label: "Login",
href: "/login",
},
],
label: "Login", href: "/login"
}
]
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
label: "About Us", href: "/about"
},
{
label: "Careers",
href: "/careers",
label: "Careers", href: "/careers"
},
{
label: "Contact",
href: "/contact",
},
],
label: "Contact", href: "/contact"
}
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Blog",
href: "/blog",
label: "Blog", href: "/blog"
},
{
label: "Support",
href: "/support",
label: "Support", href: "/support"
},
{
label: "FAQ",
href: "#faq",
},
],
label: "FAQ", href: "#faq"
}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "/privacy",
label: "Privacy Policy", href: "/privacy"
},
{
label: "Terms of Service",
href: "/terms",
},
],
},
label: "Terms of Service", href: "/terms"
}
]
}
]}
logoText="ViralPulse AI"
copyrightText="© 2024 | ViralPulse AI. All rights reserved."