Merge version_1 into main #1
@@ -15,7 +15,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="inset-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -59,24 +59,15 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Founded with Vision",
|
||||
description: "Started by AI researchers and enterprise veterans who saw the need for intelligent automation that actually works in real business environments.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/multiracial-group-people-discussing-business-office_1268-21455.jpg",
|
||||
imageAlt: "Company founders and early team"
|
||||
title: "Founded with Vision", description: "Started by AI researchers and enterprise veterans who saw the need for intelligent automation that actually works in real business environments.", imageSrc: "https://img.b2bpic.net/free-photo/multiracial-group-people-discussing-business-office_1268-21455.jpg", imageAlt: "Company founders and early team"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Enterprise Focus",
|
||||
description: "Developed our platform specifically for enterprise needs, focusing on security, scalability, and seamless integration with existing business systems.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/information-technology-connection-graphics-concept_53876-121040.jpg",
|
||||
imageAlt: "Enterprise technology infrastructure"
|
||||
title: "Enterprise Focus", description: "Developed our platform specifically for enterprise needs, focusing on security, scalability, and seamless integration with existing business systems.", imageSrc: "https://img.b2bpic.net/free-photo/information-technology-connection-graphics-concept_53876-121040.jpg", imageAlt: "Enterprise technology infrastructure"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Global Impact",
|
||||
description: "Today, we serve 500+ enterprise clients worldwide, processing billions of data points daily and enabling smarter business decisions at scale.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595844.jpg",
|
||||
imageAlt: "Global business operations"
|
||||
title: "Global Impact", description: "Today, we serve 500+ enterprise clients worldwide, processing billions of data points daily and enabling smarter business decisions at scale.", imageSrc: "https://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595844.jpg", imageAlt: "Global business operations"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
@@ -94,17 +85,11 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Innovation First",
|
||||
description: "We push the boundaries of what's possible with AI, constantly evolving our platform to stay ahead of enterprise needs and technological advancement.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg",
|
||||
imageAlt: "Innovation and technology"
|
||||
title: "Innovation First", description: "We push the boundaries of what's possible with AI, constantly evolving our platform to stay ahead of enterprise needs and technological advancement.", imageSrc: "https://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Innovation and technology"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Enterprise Trust",
|
||||
description: "Security, compliance, and reliability are non-negotiable. We build with enterprise-grade standards from day one, ensuring your data and operations are always protected.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
imageAlt: "Security and trust"
|
||||
title: "Enterprise Trust", description: "Security, compliance, and reliability are non-negotiable. We build with enterprise-grade standards from day one, ensuring your data and operations are always protected.", imageSrc: "https://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Security and trust"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
|
||||
@@ -18,7 +18,7 @@ export default function BlogPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="inset-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="inset-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -47,6 +47,7 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/laptop-with-many-envelopes_1134-191.jpg"
|
||||
imageAlt="Communication and connection"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your@company.com"
|
||||
buttonText="Subscribe Now"
|
||||
@@ -81,6 +82,7 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/multiracial-group-people-discussing-business-office_1268-21455.jpg"
|
||||
imageAlt="Support and consultation"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="your-work-email@company.com"
|
||||
buttonText="Contact Sales"
|
||||
|
||||
@@ -6,39 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const workSans = Work_Sans({
|
||||
variable: "--font-work-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-work-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-source-sans-3", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Enterprise AI Platform - Intelligent Automation Solutions",
|
||||
description: "Transform your business with our enterprise-grade AI platform. Automate workflows, gain insights, and accelerate growth with trusted AI technology.",
|
||||
keywords: "AI platform, automation, enterprise software, machine learning, business intelligence",
|
||||
metadataBase: new URL("https://www.aiplatform.com"),
|
||||
title: "Enterprise AI Platform - Intelligent Automation Solutions", description: "Transform your business with our enterprise-grade AI platform. Automate workflows, gain insights, and accelerate growth with trusted AI technology.", keywords: "AI platform, automation, enterprise software, machine learning, business intelligence", metadataBase: new URL("https://www.aiplatform.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.aiplatform.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Enterprise AI Platform - Intelligent Automation Solutions",
|
||||
description: "Transform your business with our enterprise-grade AI platform. Automate workflows, gain insights, and accelerate growth.",
|
||||
url: "https://www.aiplatform.com",
|
||||
siteName: "AI Platform",
|
||||
type: "website",
|
||||
images: [{
|
||||
url: "https://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg",
|
||||
alt: "AI Platform Dashboard"
|
||||
title: "Enterprise AI Platform - Intelligent Automation Solutions", description: "Transform your business with our enterprise-grade AI platform. Automate workflows, gain insights, and accelerate growth.", url: "https://www.aiplatform.com", siteName: "AI Platform", type: "website", images: [{
|
||||
url: "https://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", alt: "AI Platform Dashboard"
|
||||
}]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Enterprise AI Platform",
|
||||
description: "Intelligent automation and analytics for modern enterprises",
|
||||
images: ["https://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"]
|
||||
card: "summary_large_image", title: "Enterprise AI Platform", description: "Intelligent automation and analytics for modern enterprises", images: ["https://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -20,7 +20,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="inset-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -46,7 +46,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Transform Your Business with Enterprise AI"
|
||||
description="Harness the power of advanced artificial intelligence to automate workflows, gain deeper insights, and accelerate growth. Purpose-built for modern enterprises seeking competitive advantage."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "10x", label: "Faster Processing" },
|
||||
{ value: "99.9%", label: "Uptime Guarantee" },
|
||||
@@ -87,32 +87,16 @@ export default function HomePage() {
|
||||
tagIcon={TrendingUp}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "450",
|
||||
title: "million",
|
||||
description: "Records processed daily",
|
||||
icon: Zap
|
||||
id: "1", value: "450", title: "million", description: "Records processed daily", icon: Zap
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "98",
|
||||
title: "%",
|
||||
description: "Customer satisfaction rate",
|
||||
icon: Heart
|
||||
id: "2", value: "98", title: "%", description: "Customer satisfaction rate", icon: Heart
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
title: "support",
|
||||
description: "Enterprise-grade assistance",
|
||||
icon: Clock
|
||||
id: "3", value: "24/7", title: "support", description: "Enterprise-grade assistance", icon: Clock
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "40",
|
||||
title: "minutes",
|
||||
description: "Average deployment time",
|
||||
icon: Rocket
|
||||
id: "4", value: "40", title: "minutes", description: "Average deployment time", icon: Rocket
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -131,24 +115,15 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Intelligent Automation",
|
||||
description: "Automate complex workflows with AI-powered decision making that learns and adapts to your business processes in real-time.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/information-technology-connection-graphics-concept_53876-121040.jpg",
|
||||
imageAlt: "Workflow automation illustration"
|
||||
title: "Intelligent Automation", description: "Automate complex workflows with AI-powered decision making that learns and adapts to your business processes in real-time.", imageSrc: "https://img.b2bpic.net/free-photo/information-technology-connection-graphics-concept_53876-121040.jpg", imageAlt: "Workflow automation illustration"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Advanced Analytics",
|
||||
description: "Transform raw data into actionable insights with predictive analytics and real-time dashboards powered by machine learning.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
imageAlt: "Analytics dashboard visualization"
|
||||
title: "Advanced Analytics", description: "Transform raw data into actionable insights with predictive analytics and real-time dashboards powered by machine learning.", imageSrc: "https://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Analytics dashboard visualization"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Seamless Integration",
|
||||
description: "Connect with your existing enterprise tools through our comprehensive API and pre-built integrations with industry-standard platforms.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595844.jpg",
|
||||
imageAlt: "Integration ecosystem diagram"
|
||||
title: "Seamless Integration", description: "Connect with your existing enterprise tools through our comprehensive API and pre-built integrations with industry-standard platforms.", imageSrc: "https://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595844.jpg", imageAlt: "Integration ecosystem diagram"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
@@ -165,20 +140,13 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
title: "Real-time Data Processing",
|
||||
description: "Process millions of events simultaneously with sub-millisecond latency",
|
||||
bentoComponent: "animated-bar-chart"
|
||||
title: "Real-time Data Processing", description: "Process millions of events simultaneously with sub-millisecond latency", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Global Infrastructure",
|
||||
description: "Deploy and manage AI models across 150+ countries with local compliance",
|
||||
bentoComponent: "globe"
|
||||
title: "Global Infrastructure", description: "Deploy and manage AI models across 150+ countries with local compliance", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "Custom Integration Hub",
|
||||
description: "Build and connect custom integrations with 50+ pre-configured connectors",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Zap,
|
||||
title: "Custom Integration Hub", description: "Build and connect custom integrations with 50+ pre-configured connectors", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
||||
items: [
|
||||
{ icon: Database, ring: 1 },
|
||||
{ icon: Cloud, ring: 2 },
|
||||
@@ -186,9 +154,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Performance Metrics",
|
||||
description: "Monitor system performance with real-time insights and historical analysis",
|
||||
bentoComponent: "line-chart"
|
||||
title: "Performance Metrics", description: "Monitor system performance with real-time insights and historical analysis", bentoComponent: "line-chart"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function PricingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="inset-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -58,25 +58,13 @@ export default function PricingPage() {
|
||||
tagIcon={DollarSign}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "$99",
|
||||
title: "per month",
|
||||
description: "Starter plan for small teams with basic AI features",
|
||||
icon: Users
|
||||
id: "1", value: "$99", title: "per month", description: "Starter plan for small teams with basic AI features", icon: Users
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "$299",
|
||||
title: "per month",
|
||||
description: "Professional plan with advanced automation and analytics",
|
||||
icon: Zap
|
||||
id: "2", value: "$299", title: "per month", description: "Professional plan with advanced automation and analytics", icon: Zap
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Custom",
|
||||
title: "pricing",
|
||||
description: "Enterprise plan with unlimited usage and dedicated support",
|
||||
icon: TrendingUp
|
||||
id: "3", value: "Custom", title: "pricing", description: "Enterprise plan with unlimited usage and dedicated support", icon: TrendingUp
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -94,18 +82,10 @@ export default function PricingPage() {
|
||||
tagIcon={TrendingUp}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "300%",
|
||||
title: "ROI",
|
||||
description: "Average return on investment within first year",
|
||||
icon: TrendingUp
|
||||
id: "1", value: "300%", title: "ROI", description: "Average return on investment within first year", icon: TrendingUp
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "6",
|
||||
title: "months",
|
||||
description: "Typical payback period for enterprise customers",
|
||||
icon: DollarSign
|
||||
id: "2", value: "6", title: "months", description: "Typical payback period for enterprise customers", icon: DollarSign
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
@@ -75,7 +75,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="inset-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -95,7 +95,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
]}
|
||||
bottomLeftText="Enterprise AI Solutions"
|
||||
bottomRightText="hello@aiplatform.com"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -125,7 +124,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="inset-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -145,7 +144,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
]}
|
||||
bottomLeftText="Enterprise AI Solutions"
|
||||
bottomRightText="hello@aiplatform.com"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -182,7 +180,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="inset-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -202,7 +200,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
]}
|
||||
bottomLeftText="Enterprise AI Solutions"
|
||||
bottomRightText="hello@aiplatform.com"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productDetailCard" data-section="productDetailCard">
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ShopPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="inset-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -45,7 +45,6 @@ export default function ShopPage() {
|
||||
]}
|
||||
bottomLeftText="Enterprise AI Solutions"
|
||||
bottomRightText="hello@aiplatform.com"
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -74,7 +73,7 @@ export default function ShopPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="inset-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -94,7 +93,6 @@ export default function ShopPage() {
|
||||
]}
|
||||
bottomLeftText="Enterprise AI Solutions"
|
||||
bottomRightText="hello@aiplatform.com"
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productCatalog" data-section="productCatalog">
|
||||
|
||||
Reference in New Issue
Block a user