diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b062324..1bbcced 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 09a8fa2..92b00bf 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 028c607..7955002 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9398564..8f9f8a0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, diff --git a/src/app/page.tsx b/src/app/page.tsx index 00158fe..a5bd43b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { setCartOpen(true) }} />
@@ -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) }} />
@@ -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) }} />
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 07f6e3f..0b902a5 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -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") }} />
@@ -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") }} />