3 Commits

Author SHA1 Message Date
095affeec9 Update src/app/page.tsx 2026-03-05 13:33:32 +00:00
542afeb518 Update src/app/layout.tsx 2026-03-05 13:33:30 +00:00
85959fc9fe Merge version_1 into main
Merge version_1 into main
2026-03-05 13:31:33 +00:00
2 changed files with 69 additions and 203 deletions

View File

@@ -6,43 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const mulish = Mulish({ const mulish = Mulish({
variable: "--font-mulish", variable: "--font-mulish", subsets: ["latin"],
subsets: ["latin"],
}); });
const inter = Inter({ const inter = Inter({
variable: "--font-inter", variable: "--font-inter", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "ProfileAI - AI-Powered LinkedIn Profile Regulation", title: "ProfileAI - AI-Powered LinkedIn Profile Regulation", description: "Intelligent AI agents optimize, regulate, and manage your LinkedIn profile. Real-time compliance checks, analytics, and growth insights. Start your free trial today.", keywords: "linkedin optimization, profile management, ai agents, linkedin automation, professional networking, career growth, profile analytics", metadataBase: new URL("https://profileai.com"),
description: "Intelligent AI agents optimize, regulate, and manage your LinkedIn profile. Real-time compliance checks, analytics, and growth insights. Start your free trial today.",
keywords: "linkedin optimization, profile management, ai agents, linkedin automation, professional networking, career growth, profile analytics",
metadataBase: new URL("https://profileai.com"),
alternates: { alternates: {
canonical: "https://profileai.com", canonical: "https://profileai.com"},
},
openGraph: { openGraph: {
title: "ProfileAI - AI-Powered LinkedIn Profile Regulation", title: "ProfileAI - AI-Powered LinkedIn Profile Regulation", description: "Automatically optimize and regulate your LinkedIn profile with intelligent AI. Get compliance suggestions and performance insights.", url: "https://profileai.com", siteName: "ProfileAI", type: "website", images: [
description: "Automatically optimize and regulate your LinkedIn profile with intelligent AI. Get compliance suggestions and performance insights.",
url: "https://profileai.com",
siteName: "ProfileAI",
type: "website",
images: [
{ {
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/a-sleek-ai-powered-dashboard-interface-s-1772717108758-ec5a278b.png", url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/a-sleek-ai-powered-dashboard-interface-s-1772717108758-ec5a278b.png", alt: "ProfileAI Dashboard"},
alt: "ProfileAI Dashboard",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "ProfileAI - AI-Powered LinkedIn Profile Regulation", description: "Intelligent AI agents optimize your LinkedIn profile 24/7", images: [
title: "ProfileAI - AI-Powered LinkedIn Profile Regulation", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/a-sleek-ai-powered-dashboard-interface-s-1772717108758-ec5a278b.png"],
description: "Intelligent AI agents optimize your LinkedIn profile 24/7",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/a-sleek-ai-powered-dashboard-interface-s-1772717108758-ec5a278b.png",
],
}, },
robots: { robots: {
index: true, index: true,

View File

@@ -63,64 +63,45 @@ export default function HomePage() {
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Start Free Trial", href: "https://app.profileai.com/signup" }, { text: "Optimize My Profile Free", href: "https://app.profileai.com/signup" },
{ text: "View Demo", href: "/features" }, { text: "View Demo", href: "/features" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
dashboard={{ dashboard={{
title: "Profile Intelligence Hub", title: "Profile Intelligence Hub", logoIcon: Zap,
logoIcon: Zap,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/a-sleek-ai-powered-dashboard-interface-s-1772717108758-ec5a278b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/a-sleek-ai-powered-dashboard-interface-s-1772717108758-ec5a278b.png", imageAlt: "AI Dashboard Interface", searchPlaceholder: "Analyze profile metrics...", buttons: [
imageAlt: "AI Dashboard Interface",
searchPlaceholder: "Analyze profile metrics...",
buttons: [
{ text: "Analyze Profile", href: "#" }, { text: "Analyze Profile", href: "#" },
{ text: "Export Report", href: "#" }, { text: "Export Report", href: "#" },
], ],
sidebarItems: [{ icon: BarChart3 }, { icon: Brain }, { icon: Shield }], sidebarItems: [{ icon: BarChart3 }, { icon: Brain }, { icon: Shield }],
stats: [ stats: [
{ {
title: "Profile Score", title: "Profile Score", values: [78, 82, 89],
values: [78, 82, 89], valueSuffix: "%", description: "Overall optimization level"},
valueSuffix: "%",
description: "Overall optimization level",
},
{ {
title: "Compliance Rate", title: "Compliance Rate", values: [92, 95, 98],
values: [92, 95, 98], valueSuffix: "%", description: "LinkedIn guidelines adherence"},
valueSuffix: "%",
description: "LinkedIn guidelines adherence",
},
{ {
title: "Engagement Boost", title: "Engagement Boost", values: [24, 38, 52],
values: [24, 38, 52], valueSuffix: "%", description: "Projected reach increase"},
valueSuffix: "%",
description: "Projected reach increase",
},
], ],
chartTitle: "Profile Growth Trajectory", chartTitle: "Profile Growth Trajectory", chartData: [
chartData: [
{ value: 30 }, { value: 30 },
{ value: 50 }, { value: 50 },
{ value: 70 }, { value: 70 },
{ value: 65 }, { value: 65 },
{ value: 85 }, { value: 85 },
], ],
listTitle: "Active Optimizations", listTitle: "Active Optimizations", listItems: [
listItems: [
{ {
icon: CheckCircle, icon: CheckCircle,
title: "Headline optimization", title: "Headline optimization", status: "Completed"},
status: "Completed",
},
{ icon: Clock, title: "Content analysis", status: "In Progress" }, { icon: Clock, title: "Content analysis", status: "In Progress" },
{ {
icon: AlertCircle, icon: AlertCircle,
title: "Compliance review", title: "Compliance review", status: "Pending"},
status: "Pending",
},
], ],
}} }}
/> />
@@ -140,54 +121,32 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
title: "Real-Time Monitoring", title: "Real-Time Monitoring", description:
description: "24/7 AI agents monitor your profile for compliance, accuracy, and optimization opportunities", bentoComponent: "globe"},
"24/7 AI agents monitor your profile for compliance, accuracy, and optimization opportunities",
bentoComponent: "globe",
},
{ {
title: "Smart Suggestions", title: "Smart Suggestions", description:
description: "Receive intelligent recommendations for headline improvements, skill endorsements, and content strategy", bentoComponent: "animated-bar-chart"},
"Receive intelligent recommendations for headline improvements, skill endorsements, and content strategy",
bentoComponent: "animated-bar-chart",
},
{ {
title: "Compliance Checker", title: "Compliance Checker", description:
description: "Automatic verification against LinkedIn's latest guidelines and best practices", bentoComponent: "icon-info-cards", items: [
"Automatic verification against LinkedIn's latest guidelines and best practices",
bentoComponent: "icon-info-cards",
items: [
{ icon: Shield, label: "LinkedIn Rules", value: "100%" }, { icon: Shield, label: "LinkedIn Rules", value: "100%" },
{ icon: CheckCircle, label: "Verified", value: "Yes" }, { icon: CheckCircle, label: "Verified", value: "Yes" },
{ icon: TrendingUp, label: "Optimized", value: "85%" }, { icon: TrendingUp, label: "Optimized", value: "85%" },
], ],
}, },
{ {
title: "Analytics Dashboard", title: "Analytics Dashboard", description:
description: "Deep insights into profile views, engagement rates, and connection quality metrics", bentoComponent: "line-chart"},
"Deep insights into profile views, engagement rates, and connection quality metrics",
bentoComponent: "line-chart",
},
{ {
title: "Content Calendar", title: "Content Calendar", description:
description: "Plan and schedule optimized posts with AI-suggested timing for maximum visibility", bentoComponent: "timeline", heading: "Content Strategy", subheading: "Optimized posting schedule", items: [
"Plan and schedule optimized posts with AI-suggested timing for maximum visibility",
bentoComponent: "timeline",
heading: "Content Strategy",
subheading: "Optimized posting schedule",
items: [
{ label: "Morning Posts", detail: "7:00 AM - Professional updates" }, { label: "Morning Posts", detail: "7:00 AM - Professional updates" },
{ {
label: "Afternoon Engagement", label: "Afternoon Engagement", detail: "2:00 PM - Industry insights"},
detail: "2:00 PM - Industry insights",
},
{ {
label: "Evening Network", label: "Evening Network", detail: "6:00 PM - Connection activities"},
detail: "6:00 PM - Connection activities",
},
], ],
completedLabel: "Scheduled", completedLabel: "Scheduled"},
},
]} ]}
carouselMode="buttons" carouselMode="buttons"
/> />
@@ -205,65 +164,29 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Chen", handle: "VP of Product at TechCorp", testimonial:
name: "Sarah Chen", "ProfileAI increased my profile views by 340% in just 3 months. The AI recommendations were spot-on and incredibly easy to implement.", imageSrc:
handle: "VP of Product at TechCorp", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/professional-headshot-of-a-confident-wom-1772717108713-dae607d7.png", imageAlt: "Sarah Chen"},
testimonial:
"ProfileAI increased my profile views by 340% in just 3 months. The AI recommendations were spot-on and incredibly easy to implement.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/professional-headshot-of-a-confident-wom-1772717108713-dae607d7.png",
imageAlt: "Sarah Chen",
},
{ {
id: "2", id: "2", name: "Marcus Johnson", handle: "Marketing Director at Growth Inc", testimonial:
name: "Marcus Johnson", "The compliance checker saved me from potential LinkedIn violations. ProfileAI's proactive monitoring is like having a personal LinkedIn coach.", imageSrc:
handle: "Marketing Director at Growth Inc", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/professional-headshot-of-a-confident-man-1772717108155-41575a6d.png", imageAlt: "Marcus Johnson"},
testimonial:
"The compliance checker saved me from potential LinkedIn violations. ProfileAI's proactive monitoring is like having a personal LinkedIn coach.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/professional-headshot-of-a-confident-man-1772717108155-41575a6d.png",
imageAlt: "Marcus Johnson",
},
{ {
id: "3", id: "3", name: "Elena Rodriguez", handle: "Founder & CEO at Innovation Labs", testimonial:
name: "Elena Rodriguez", "Within weeks, I landed 5 strategic partnership opportunities. ProfileAI helped position me as a thought leader in my industry.", imageSrc:
handle: "Founder & CEO at Innovation Labs", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/professional-headshot-of-a-woman-founder-1772717108468-77221ea2.png", imageAlt: "Elena Rodriguez"},
testimonial:
"Within weeks, I landed 5 strategic partnership opportunities. ProfileAI helped position me as a thought leader in my industry.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/professional-headshot-of-a-woman-founder-1772717108468-77221ea2.png",
imageAlt: "Elena Rodriguez",
},
{ {
id: "4", id: "4", name: "David Kim", handle: "Senior Engineer at CloudWorks", testimonial:
name: "David Kim", "The analytics dashboard is incredibly detailed. I now understand exactly what resonates with my network and can plan accordingly.", imageSrc:
handle: "Senior Engineer at CloudWorks", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/professional-headshot-of-a-man-in-tech-i-1772717412357-1d95a41c.png", imageAlt: "David Kim"},
testimonial:
"The analytics dashboard is incredibly detailed. I now understand exactly what resonates with my network and can plan accordingly.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/professional-headshot-of-a-man-in-tech-i-1772717412357-1d95a41c.png",
imageAlt: "David Kim",
},
{ {
id: "5", id: "5", name: "Jessica Martinez", handle: "Consultant at Strategy Partners", testimonial:
name: "Jessica Martinez", "ProfileAI's AI agents work 24/7 to optimize my presence. It's like having a dedicated personal brand manager.", imageSrc:
handle: "Consultant at Strategy Partners", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/professional-headshot-of-a-woman-consult-1772717107733-629765cb.png", imageAlt: "Jessica Martinez"},
testimonial:
"ProfileAI's AI agents work 24/7 to optimize my presence. It's like having a dedicated personal brand manager.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/professional-headshot-of-a-woman-consult-1772717107733-629765cb.png",
imageAlt: "Jessica Martinez",
},
{ {
id: "6", id: "6", name: "Thomas Wright", handle: "HR Director at PeopleCare Co", testimonial:
name: "Thomas Wright", "Exceptional tool for building executive presence. Our leadership team saw immediate improvements in recruiter outreach.", imageSrc:
handle: "HR Director at PeopleCare Co", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/professional-headshot-of-a-man-in-corpor-1772717107933-e47a039e.png", imageAlt: "Thomas Wright"},
testimonial:
"Exceptional tool for building executive presence. Our leadership team saw immediate improvements in recruiter outreach.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWn5sUaEDvIutOTZVN5SUzCk83/professional-headshot-of-a-man-in-corpor-1772717107933-e47a039e.png",
imageAlt: "Thomas Wright",
},
]} ]}
speed={40} speed={40}
topMarqueeDirection="left" topMarqueeDirection="left"
@@ -284,64 +207,31 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
plans={[ plans={[
{ {
id: "starter", id: "starter", price: "$29/mo", name: "Starter", buttons: [
price: "$29/mo",
name: "Starter",
buttons: [
{ {
text: "Get Started", text: "Get Started", href: "https://app.profileai.com/signup?plan=starter"},
href: "https://app.profileai.com/signup?plan=starter",
},
{ text: "Contact Sales", href: "/contact" }, { text: "Contact Sales", href: "/contact" },
], ],
features: [ features: [
"Basic profile optimization", "Basic profile optimization", "Monthly AI insights", "Compliance monitoring", "5 suggested improvements/month", "Email support"],
"Monthly AI insights",
"Compliance monitoring",
"5 suggested improvements/month",
"Email support",
],
}, },
{ {
id: "professional", id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
badge: "Most Popular", price: "$79/mo", name: "Professional", buttons: [
badgeIcon: Sparkles,
price: "$79/mo",
name: "Professional",
buttons: [
{ {
text: "Start Free Trial", text: "Start Free Trial", href: "https://app.profileai.com/signup?plan=professional"},
href: "https://app.profileai.com/signup?plan=professional",
},
{ text: "Talk to Specialist", href: "/contact" }, { text: "Talk to Specialist", href: "/contact" },
], ],
features: [ features: [
"Advanced AI optimization", "Advanced AI optimization", "Weekly insights & reports", "24/7 compliance monitoring", "Unlimited suggestions", "Content calendar planning", "Priority support", "Network analysis"],
"Weekly insights & reports",
"24/7 compliance monitoring",
"Unlimited suggestions",
"Content calendar planning",
"Priority support",
"Network analysis",
],
}, },
{ {
id: "enterprise", id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
price: "Custom",
name: "Enterprise",
buttons: [
{ text: "Schedule Demo", href: "/contact" }, { text: "Schedule Demo", href: "/contact" },
{ text: "Get Quote", href: "/contact" }, { text: "Get Quote", href: "/contact" },
], ],
features: [ features: [
"Everything in Professional", "Everything in Professional", "Team management (5+ users)", "Custom AI model training", "Dedicated account manager", "API access", "White-label options", "SLA guarantee"],
"Team management (5+ users)",
"Custom AI model training",
"Dedicated account manager",
"API access",
"White-label options",
"SLA guarantee",
],
}, },
]} ]}
carouselMode="buttons" carouselMode="buttons"
@@ -370,8 +260,7 @@ export default function HomePage() {
logoText="ProfileAI" logoText="ProfileAI"
columns={[ columns={[
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "/features" }, { label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" }, { label: "Security", href: "#" },
@@ -379,8 +268,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "#" }, { label: "About Us", href: "#" },
{ label: "Blog", href: "#" }, { label: "Blog", href: "#" },
{ label: "Careers", href: "#" }, { label: "Careers", href: "#" },
@@ -388,8 +276,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "Documentation", href: "#" }, { label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" }, { label: "API Reference", href: "#" },
{ label: "Help Center", href: "#" }, { label: "Help Center", href: "#" },
@@ -397,8 +284,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" }, { label: "Cookie Policy", href: "#" },
@@ -406,13 +292,10 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Twitter", href: "https://twitter.com/profileai" }, { label: "Twitter", href: "https://twitter.com/profileai" },
{ {
label: "LinkedIn", label: "LinkedIn", href: "https://linkedin.com/company/profileai"},
href: "https://linkedin.com/company/profileai",
},
{ label: "GitHub", href: "https://github.com/profileai" }, { label: "GitHub", href: "https://github.com/profileai" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
], ],