4 Commits

Author SHA1 Message Date
b7a3f4f189 Merge version_2 into main
Merge version_2 into main
2026-03-03 05:31:10 +00:00
ed779eed41 Update src/app/styles/variables.css 2026-03-03 05:31:05 +00:00
03ba569ba6 Update src/app/page.tsx 2026-03-03 05:31:04 +00:00
5579fab97d Update src/app/layout.tsx 2026-03-03 05:31:03 +00:00
3 changed files with 61 additions and 53 deletions

View File

@@ -1,20 +1,9 @@
import type { Metadata } from "next";
import { Figtree } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const figtree = Figtree({
variable: "--font-figtree", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
@@ -22,34 +11,35 @@ const inter = Inter({
export const metadata: Metadata = {
title: "Mindex | Enterprise AI Solutions Platform", description: "Next-generation AI services combining minimalism with cyberpunk aesthetics. Enterprise automation, custom models, intelligent chatbots, and data intelligence for mid-to-large organizations.", keywords: "AI services, enterprise automation, custom AI models, chatbots, data intelligence, SaaS, artificial intelligence platform", metadataBase: new URL("https://mindex.ai"),
alternates: {
canonical: "https://mindex.ai"},
canonical: "https://mindex.ai"
},
openGraph: {
title: "Mindex | Intelligence Evolved", description: "Transform the way you build, automate, and scale with enterprise-grade AI solutions.", url: "https://mindex.ai", siteName: "Mindex AI", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/a-sleek-futuristic-ai-dashboard-interfac-1772515614287-218728a3.png", alt: "Mindex AI Dashboard"},
],
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/a-sleek-futuristic-ai-dashboard-interfac-1772515614287-218728a3.png", alt: "Mindex AI Dashboard"
}
]
},
twitter: {
card: "summary_large_image", title: "Mindex | Intelligence Evolved", description: "Enterprise AI solutions that transform automation and scale.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/a-sleek-futuristic-ai-dashboard-interfac-1772515614287-218728a3.png"],
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/a-sleek-futuristic-ai-dashboard-interfac-1772515614287-218728a3.png"
]
},
robots: {
index: true,
follow: true,
},
follow: true
}
};
export default function RootLayout({
children,
children
}: Readonly<{
children: React.ReactNode;
}>) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${figtree.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<body className={`${inter.variable} antialiased`}>
<Tag />
{children}

View File

@@ -35,7 +35,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Launch the Future", href: "#contact"}}
text: "Launch the Future", href: "#contact"
}}
/>
</div>
@@ -49,11 +50,14 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/a-sleek-futuristic-ai-dashboard-interfac-1772515614287-218728a3.png", imageAlt: "AI Dashboard Interface"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/a-sleek-futuristic-ai-dashboard-interfac-1772515614287-218728a3.png", imageAlt: "AI Dashboard Interface"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/abstract-neural-network-visualization-wi-1772515613864-4101e4e2.png", imageAlt: "Neural Network Visualization"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/abstract-neural-network-visualization-wi-1772515613864-4101e4e2.png", imageAlt: "Neural Network Visualization"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/data-flow-automation-visualization-showi-1772515613998-bf86c7f0.png", imageAlt: "Data Flow Automation"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/data-flow-automation-visualization-showi-1772515613998-bf86c7f0.png", imageAlt: "Data Flow Automation"
},
]}
autoplayDelay={4000}
showDimOverlay={true}
@@ -71,36 +75,44 @@ export default function LandingPage() {
title: "AI Automation", description: "Streamline complex workflows with intelligent automation. Reduce manual processes by up to 80% and accelerate time-to-deployment with our enterprise-grade solutions.", icon: Zap,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/ai-automation-dashboard-interface-showin-1772515614138-32e8e95f.png", imageAlt: "AI Automation Interface"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/ai-automation-dashboard-interface-showin-1772515614138-32e8e95f.png", imageAlt: "AI Automation Interface"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/automation-workflow-visualization-with-c-1772515614369-4edcec8a.png", imageAlt: "Automation Dashboard"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/automation-workflow-visualization-with-c-1772515614369-4edcec8a.png", imageAlt: "Automation Dashboard"
},
],
},
{
title: "Custom AI Models", description: "Build bespoke AI models tailored to your unique business challenges. Our expert team accelerates prototyping and deployment with cutting-edge frameworks.", icon: Brain,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/custom-ai-model-builder-interface-with-v-1772515614804-df49889c.png", imageAlt: "Custom Model Builder"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/custom-ai-model-builder-interface-with-v-1772515614804-df49889c.png", imageAlt: "Custom Model Builder"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/model-training-pipeline-interface-showin-1772515615559-5770007b.png", imageAlt: "Model Training Pipeline"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/model-training-pipeline-interface-showin-1772515615559-5770007b.png", imageAlt: "Model Training Pipeline"
},
],
},
{
title: "Intelligent Chatbots", description: "Deploy conversational AI that understands context and intent. Enhance customer engagement with natural language processing that feels genuinely intelligent.", icon: MessageCircle,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/conversational-ai-chatbot-interface-show-1772515614792-a55a5e98.png", imageAlt: "Chatbot Interface"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/conversational-ai-chatbot-interface-show-1772515614792-a55a5e98.png", imageAlt: "Chatbot Interface"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/conversation-analytics-dashboard-showing-1772515614819-07e32644.png", imageAlt: "Conversation Analytics"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/conversation-analytics-dashboard-showing-1772515614819-07e32644.png", imageAlt: "Conversation Analytics"
},
],
},
{
title: "Data Intelligence", description: "Transform raw data into actionable intelligence. Unlock hidden patterns and predictive insights that drive strategic decision-making and competitive advantage.", icon: TrendingUp,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/data-analytics-dashboard-with-comprehens-1772515614667-74e5d44a.png", imageAlt: "Data Analytics Dashboard"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/data-analytics-dashboard-with-comprehens-1772515614667-74e5d44a.png", imageAlt: "Data Analytics Dashboard"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/predictive-analytics-visualization-showi-1772515614597-6e874541.png", imageAlt: "Predictive Models Visualization"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/predictive-analytics-visualization-showi-1772515614597-6e874541.png", imageAlt: "Predictive Models Visualization"
},
],
},
]}
@@ -146,17 +158,23 @@ export default function LandingPage() {
description="See how enterprise organizations are transforming their AI capabilities with our platform."
testimonials={[
{
id: "1", title: "Intelligent Transformation Achieved", quote: "Mindex completely transformed how we approach AI integration. What typically took months now happens in weeks. The enterprise-grade reliability combined with intuitive design makes it a game-changer for our organization.", name: "Sarah Mitchell", role: "CTO, TechVision Enterprise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/professional-headshot-portrait-of-a-conf-1772515613365-317480f0.png", imageAlt: "Sarah Mitchell"},
id: "1", title: "Intelligent Transformation Achieved", quote: "Mindex completely transformed how we approach AI integration. What typically took months now happens in weeks. The enterprise-grade reliability combined with intuitive design makes it a game-changer for our organization.", name: "Sarah Mitchell", role: "CTO, TechVision Enterprise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/professional-headshot-portrait-of-a-conf-1772515613365-317480f0.png", imageAlt: "Sarah Mitchell"
},
{
id: "2", title: "ROI Exceeded Expectations", quote: "The custom AI models delivered by the Mindex team exceeded our performance expectations. Our automation workflows now operate at 85% efficiency, and the predictive analytics have given us genuine competitive advantage.", name: "Michael Chen", role: "VP Engineering, DataFlow Systems", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/professional-headshot-portrait-of-an-asi-1772515613972-6fbc9149.png", imageAlt: "Michael Chen"},
id: "2", title: "ROI Exceeded Expectations", quote: "The custom AI models delivered by the Mindex team exceeded our performance expectations. Our automation workflows now operate at 85% efficiency, and the predictive analytics have given us genuine competitive advantage.", name: "Michael Chen", role: "VP Engineering, DataFlow Systems", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/professional-headshot-portrait-of-an-asi-1772515613972-6fbc9149.png", imageAlt: "Michael Chen"
},
{
id: "3", title: "Seamless Integration Journey", quote: "Implementing Mindex was remarkably smooth. The platform's architecture integrates seamlessly with our existing tech stack, and the support team ensured zero downtime during deployment. This is enterprise AI done right.", name: "Emily Rodriguez", role: "Director of Innovation, CloudScale Inc", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/professional-headshot-portrait-of-a-lati-1772515613906-44442af7.png", imageAlt: "Emily Rodriguez"},
id: "3", title: "Seamless Integration Journey", quote: "Implementing Mindex was remarkably smooth. The platform's architecture integrates seamlessly with our existing tech stack, and the support team ensured zero downtime during deployment. This is enterprise AI done right.", name: "Emily Rodriguez", role: "Director of Innovation, CloudScale Inc", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/professional-headshot-portrait-of-a-lati-1772515613906-44442af7.png", imageAlt: "Emily Rodriguez"
},
{
id: "4", title: "Future-Proofed Our AI Strategy", quote: "Mindex didn't just solve our immediate challenges—it positioned us for future growth. The platform's scalability and the team's commitment to cutting-edge innovation make this a strategic partnership we value deeply.", name: "David Kim", role: "Chief Product Officer, InnovateLab", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/professional-headshot-portrait-of-an-asi-1772515613417-c4b5db48.png", imageAlt: "David Kim"},
id: "4", title: "Future-Proofed Our AI Strategy", quote: "Mindex didn't just solve our immediate challenges—it positioned us for future growth. The platform's scalability and the team's commitment to cutting-edge innovation make this a strategic partnership we value deeply.", name: "David Kim", role: "Chief Product Officer, InnovateLab", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/professional-headshot-portrait-of-an-asi-1772515613417-c4b5db48.png", imageAlt: "David Kim"
},
{
id: "5", title: "Unmatched Developer Experience", quote: "The API documentation and developer tools are phenomenal. Our team was productive from day one. This platform respects engineer time while delivering enterprise-grade capabilities—exactly what we needed.", name: "Jessica Thompson", role: "Lead AI Engineer, QuantumLeap", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/professional-headshot-portrait-of-a-blon-1772515613757-8df52120.png", imageAlt: "Jessica Thompson"},
id: "5", title: "Unmatched Developer Experience", quote: "The API documentation and developer tools are phenomenal. Our team was productive from day one. This platform respects engineer time while delivering enterprise-grade capabilities—exactly what we needed.", name: "Jessica Thompson", role: "Lead AI Engineer, QuantumLeap", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/professional-headshot-portrait-of-a-blon-1772515613757-8df52120.png", imageAlt: "Jessica Thompson"
},
{
id: "6", title: "True Business Transformation", quote: "Beyond the impressive technology, Mindex's approach to understanding our business challenges sets them apart. They didn't just provide tools—they became strategic partners in our digital transformation journey.", name: "Marcus Johnson", role: "CEO, FutureFirst Solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/professional-headshot-portrait-of-a-blac-1772515613841-4a737289.png", imageAlt: "Marcus Johnson"},
id: "6", title: "True Business Transformation", quote: "Beyond the impressive technology, Mindex's approach to understanding our business challenges sets them apart. They didn't just provide tools—they became strategic partners in our digital transformation journey.", name: "Marcus Johnson", role: "CEO, FutureFirst Solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQBdCKogUFRu0C7H9g5TBc3Q8s/professional-headshot-portrait-of-a-blac-1772515613841-4a737289.png", imageAlt: "Marcus Johnson"
},
]}
textboxLayout="default"
useInvertedBackground={false}

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #000000;;
--card: #481f1f;;
--foreground: #ffffff;;
--primary-cta: #ff2231;;
--secondary-cta: #361311;;
--accent: #51000b;;
--background-accent: #ff2231;; */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000612e6;;
--primary-cta: #15479c;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
--background: #000000;;
--card: #481f1f;;
--foreground: #ffffff;;
--primary-cta: #ff2231;;
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000612e6;;
--primary-cta: #15479c;;
--primary-cta-text: #280101;;
--secondary-cta: #361311;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #f6d4d4;;
--accent: #51000b;;
--background-accent: #ff2231;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);