Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 095affeec9 | |||
| 542afeb518 | |||
| 85959fc9fe |
@@ -6,43 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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"),
|
||||
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"),
|
||||
alternates: {
|
||||
canonical: "https://profileai.com",
|
||||
},
|
||||
canonical: "https://profileai.com"},
|
||||
openGraph: {
|
||||
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: [
|
||||
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: [
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ProfileAI - AI-Powered LinkedIn Profile Regulation",
|
||||
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",
|
||||
],
|
||||
card: "summary_large_image", title: "ProfileAI - AI-Powered LinkedIn Profile Regulation", 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: {
|
||||
index: true,
|
||||
@@ -1434,4 +1417,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
237
src/app/page.tsx
237
src/app/page.tsx
@@ -63,64 +63,45 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
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" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Profile Intelligence Hub",
|
||||
logoIcon: Zap,
|
||||
title: "Profile Intelligence Hub", logoIcon: Zap,
|
||||
imageSrc:
|
||||
"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: [
|
||||
"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: [
|
||||
{ text: "Analyze Profile", href: "#" },
|
||||
{ text: "Export Report", href: "#" },
|
||||
],
|
||||
sidebarItems: [{ icon: BarChart3 }, { icon: Brain }, { icon: Shield }],
|
||||
stats: [
|
||||
{
|
||||
title: "Profile Score",
|
||||
values: [78, 82, 89],
|
||||
valueSuffix: "%",
|
||||
description: "Overall optimization level",
|
||||
},
|
||||
title: "Profile Score", values: [78, 82, 89],
|
||||
valueSuffix: "%", description: "Overall optimization level"},
|
||||
{
|
||||
title: "Compliance Rate",
|
||||
values: [92, 95, 98],
|
||||
valueSuffix: "%",
|
||||
description: "LinkedIn guidelines adherence",
|
||||
},
|
||||
title: "Compliance Rate", values: [92, 95, 98],
|
||||
valueSuffix: "%", description: "LinkedIn guidelines adherence"},
|
||||
{
|
||||
title: "Engagement Boost",
|
||||
values: [24, 38, 52],
|
||||
valueSuffix: "%",
|
||||
description: "Projected reach increase",
|
||||
},
|
||||
title: "Engagement Boost", values: [24, 38, 52],
|
||||
valueSuffix: "%", description: "Projected reach increase"},
|
||||
],
|
||||
chartTitle: "Profile Growth Trajectory",
|
||||
chartData: [
|
||||
chartTitle: "Profile Growth Trajectory", chartData: [
|
||||
{ value: 30 },
|
||||
{ value: 50 },
|
||||
{ value: 70 },
|
||||
{ value: 65 },
|
||||
{ value: 85 },
|
||||
],
|
||||
listTitle: "Active Optimizations",
|
||||
listItems: [
|
||||
listTitle: "Active Optimizations", listItems: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Headline optimization",
|
||||
status: "Completed",
|
||||
},
|
||||
title: "Headline optimization", status: "Completed"},
|
||||
{ icon: Clock, title: "Content analysis", status: "In Progress" },
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "Compliance review",
|
||||
status: "Pending",
|
||||
},
|
||||
title: "Compliance review", status: "Pending"},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -140,54 +121,32 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Real-Time Monitoring",
|
||||
description:
|
||||
"24/7 AI agents monitor your profile for compliance, accuracy, and optimization opportunities",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Real-Time Monitoring", description:
|
||||
"24/7 AI agents monitor your profile for compliance, accuracy, and optimization opportunities", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Smart Suggestions",
|
||||
description:
|
||||
"Receive intelligent recommendations for headline improvements, skill endorsements, and content strategy",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Smart Suggestions", description:
|
||||
"Receive intelligent recommendations for headline improvements, skill endorsements, and content strategy", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Compliance Checker",
|
||||
description:
|
||||
"Automatic verification against LinkedIn's latest guidelines and best practices",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Compliance Checker", description:
|
||||
"Automatic verification against LinkedIn's latest guidelines and best practices", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Shield, label: "LinkedIn Rules", value: "100%" },
|
||||
{ icon: CheckCircle, label: "Verified", value: "Yes" },
|
||||
{ icon: TrendingUp, label: "Optimized", value: "85%" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Analytics Dashboard",
|
||||
description:
|
||||
"Deep insights into profile views, engagement rates, and connection quality metrics",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
title: "Analytics Dashboard", description:
|
||||
"Deep insights into profile views, engagement rates, and connection quality metrics", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Content Calendar",
|
||||
description:
|
||||
"Plan and schedule optimized posts with AI-suggested timing for maximum visibility",
|
||||
bentoComponent: "timeline",
|
||||
heading: "Content Strategy",
|
||||
subheading: "Optimized posting schedule",
|
||||
items: [
|
||||
title: "Content Calendar", description:
|
||||
"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: "Afternoon Engagement",
|
||||
detail: "2:00 PM - Industry insights",
|
||||
},
|
||||
label: "Afternoon Engagement", detail: "2:00 PM - Industry insights"},
|
||||
{
|
||||
label: "Evening Network",
|
||||
detail: "6:00 PM - Connection activities",
|
||||
},
|
||||
label: "Evening Network", detail: "6:00 PM - Connection activities"},
|
||||
],
|
||||
completedLabel: "Scheduled",
|
||||
},
|
||||
completedLabel: "Scheduled"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -205,65 +164,29 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
handle: "VP of Product at TechCorp",
|
||||
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: "1", name: "Sarah Chen", handle: "VP of Product at TechCorp", 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",
|
||||
name: "Marcus Johnson",
|
||||
handle: "Marketing Director at Growth Inc",
|
||||
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: "2", name: "Marcus Johnson", handle: "Marketing Director at Growth Inc", 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",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "Founder & CEO at Innovation Labs",
|
||||
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: "3", name: "Elena Rodriguez", handle: "Founder & CEO at Innovation Labs", 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",
|
||||
name: "David Kim",
|
||||
handle: "Senior Engineer at CloudWorks",
|
||||
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: "4", name: "David Kim", handle: "Senior Engineer at CloudWorks", 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",
|
||||
name: "Jessica Martinez",
|
||||
handle: "Consultant at Strategy Partners",
|
||||
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: "5", name: "Jessica Martinez", handle: "Consultant at Strategy Partners", 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",
|
||||
name: "Thomas Wright",
|
||||
handle: "HR Director at PeopleCare Co",
|
||||
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",
|
||||
},
|
||||
id: "6", name: "Thomas Wright", handle: "HR Director at PeopleCare Co", 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}
|
||||
topMarqueeDirection="left"
|
||||
@@ -284,64 +207,31 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
price: "$29/mo",
|
||||
name: "Starter",
|
||||
buttons: [
|
||||
id: "starter", price: "$29/mo", name: "Starter", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "https://app.profileai.com/signup?plan=starter",
|
||||
},
|
||||
text: "Get Started", href: "https://app.profileai.com/signup?plan=starter"},
|
||||
{ text: "Contact Sales", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Basic profile optimization",
|
||||
"Monthly AI insights",
|
||||
"Compliance monitoring",
|
||||
"5 suggested improvements/month",
|
||||
"Email support",
|
||||
],
|
||||
"Basic profile optimization", "Monthly AI insights", "Compliance monitoring", "5 suggested improvements/month", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$79/mo",
|
||||
name: "Professional",
|
||||
buttons: [
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$79/mo", name: "Professional", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "https://app.profileai.com/signup?plan=professional",
|
||||
},
|
||||
text: "Start Free Trial", href: "https://app.profileai.com/signup?plan=professional"},
|
||||
{ text: "Talk to Specialist", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Advanced AI optimization",
|
||||
"Weekly insights & reports",
|
||||
"24/7 compliance monitoring",
|
||||
"Unlimited suggestions",
|
||||
"Content calendar planning",
|
||||
"Priority support",
|
||||
"Network analysis",
|
||||
],
|
||||
"Advanced AI optimization", "Weekly insights & reports", "24/7 compliance monitoring", "Unlimited suggestions", "Content calendar planning", "Priority support", "Network analysis"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
price: "Custom",
|
||||
name: "Enterprise",
|
||||
buttons: [
|
||||
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
|
||||
{ text: "Schedule Demo", href: "/contact" },
|
||||
{ text: "Get Quote", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Everything in Professional",
|
||||
"Team management (5+ users)",
|
||||
"Custom AI model training",
|
||||
"Dedicated account manager",
|
||||
"API access",
|
||||
"White-label options",
|
||||
"SLA guarantee",
|
||||
],
|
||||
"Everything in Professional", "Team management (5+ users)", "Custom AI model training", "Dedicated account manager", "API access", "White-label options", "SLA guarantee"],
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -370,8 +260,7 @@ export default function HomePage() {
|
||||
logoText="ProfileAI"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -379,8 +268,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -388,8 +276,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "API Reference", href: "#" },
|
||||
{ label: "Help Center", href: "#" },
|
||||
@@ -397,8 +284,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -406,13 +292,10 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com/profileai" },
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/profileai",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/profileai"},
|
||||
{ label: "GitHub", href: "https://github.com/profileai" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
@@ -423,4 +306,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user