Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70330a8bb8 | |||
| f364596373 | |||
| 1075f64298 | |||
| a096e6b3a4 | |||
| 070509f050 | |||
| 409a90e78f |
@@ -21,12 +21,14 @@ export const metadata: Metadata = {
|
||||
openGraph: {
|
||||
title: "AICore - Enterprise AI Platform", description: "Advanced artificial intelligence platform for enterprise businesses. Real-time insights, ML models, and autonomous intelligence.", type: "website", siteName: "AICore", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBJFWldSeNNopDVPyjMitUF1w/a-modern-sleek-dark-themed-ai-platform-d-1772538513971-6344e12f.png", alt: "AICore Dashboard"},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBJFWldSeNNopDVPyjMitUF1w/a-modern-sleek-dark-themed-ai-platform-d-1772538513971-6344e12f.png", alt: "AICore Dashboard"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "AICore - Enterprise AI Platform", description: "Transform your business with advanced machine learning and autonomous intelligence.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBJFWldSeNNopDVPyjMitUF1w/a-modern-sleek-dark-themed-ai-platform-d-1772538513971-6344e12f.png"],
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBJFWldSeNNopDVPyjMitUF1w/a-modern-sleek-dark-themed-ai-platform-d-1772538513971-6344e12f.png"
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -14,6 +14,14 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Zap, Sparkles, Cloud, Database, Server, Network, Bot, User, Layers, Target, Brain, Cpu, Shield, Users, TrendingUp, BarChart3, Award, Rocket, Home, Settings, CheckCircle, CircleDollarSign, ArrowLeftRight, Send, DollarSign, HelpCircle } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleGetStarted = () => {
|
||||
window.location.href = '/trial';
|
||||
};
|
||||
|
||||
const handleViewDemo = () => {
|
||||
window.location.href = '/demo';
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
@@ -50,8 +58,8 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "/trial" },
|
||||
{ text: "View Demo", href: "/demo" }
|
||||
{ text: "Get Started Free", onClick: handleGetStarted },
|
||||
{ text: "View Demo", onClick: handleViewDemo }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -305,8 +313,8 @@ export default function LandingPage() {
|
||||
title="Start Your AI Journey Today"
|
||||
description="Join hundreds of enterprises leveraging AICore to unlock unprecedented insights and automation. Get started with a free trial or schedule a personalized demo with our experts."
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "/trial" },
|
||||
{ text: "Schedule Demo", href: "/demo" }
|
||||
{ text: "Start Free Trial", onClick: handleGetStarted },
|
||||
{ text: "Schedule Demo", onClick: handleViewDemo }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
|
||||
Reference in New Issue
Block a user