|
|
|
|
@@ -2,16 +2,17 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
|
|
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|
|
|
|
import TextAbout from '@/components/sections/about/TextAbout';
|
|
|
|
|
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
|
|
|
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
|
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
|
|
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
|
import { CheckCircle, TrendingUp, Users, Zap } from 'lucide-react';
|
|
|
|
|
import { CheckCircle, TrendingUp, Users, Zap, Sparkles, Globe, Smartphone, Megaphone, MessageSquare, Cpu, Package } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -32,58 +33,73 @@ export default function LandingPage() {
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Features", id: "features" },
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "Pricing", id: "pricing" },
|
|
|
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
|
|
|
{ name: "Contact", id: "contact" }
|
|
|
|
|
]}
|
|
|
|
|
button={{ text: "Get Started", href: "contact" }}
|
|
|
|
|
brandName="Mindex AI"
|
|
|
|
|
brandName="Temple AI"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero-logo" data-section="hero-logo">
|
|
|
|
|
<div className="flex items-center justify-center py-16 px-4">
|
|
|
|
|
<div className="text-center">
|
|
|
|
|
<h2 className="text-4xl font-bold mb-4">Temple AI Logo</h2>
|
|
|
|
|
<p className="text-lg text-gray-600">This is a placeholder for the Hero Logo block</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroLogoBillboard
|
|
|
|
|
logoText="Mindex AI"
|
|
|
|
|
description="Intelligent marketing automation powered by advanced AI. Generate compelling campaigns, optimize performance, and engage customers with unprecedented precision."
|
|
|
|
|
<HeroSplitKpi
|
|
|
|
|
title="Advanced AI-Powered Solutions for Modern Businesses"
|
|
|
|
|
description="Temple AI delivers cutting-edge artificial intelligence technology to transform your business operations and drive unprecedented growth."
|
|
|
|
|
background={{ variant: "glowing-orb" }}
|
|
|
|
|
kpis={[
|
|
|
|
|
{ value: "99.9%", label: "Uptime" },
|
|
|
|
|
{ value: "10x", label: "Faster Processing" },
|
|
|
|
|
{ value: "500+", label: "Active Clients" }
|
|
|
|
|
]}
|
|
|
|
|
enableKpiAnimation={true}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Get Free Trial", href: "contact" },
|
|
|
|
|
{ text: "See AI in Action", href: "features" }
|
|
|
|
|
{ text: "Start Free Trial", href: "contact" },
|
|
|
|
|
{ text: "View Demo", href: "features" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/a-sleek-ai-dashboard-interface-with-clea-1772922867643-9c49e8f2.png"
|
|
|
|
|
imageAlt="Mindex AI marketing dashboard interface"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/premium-psd/imac-wooden-surface-mockup_1332-57807.jpg?id=145732926"
|
|
|
|
|
imageAlt="Temple AI advanced dashboard interface"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
frameStyle="card"
|
|
|
|
|
ariaLabel="Mindex AI hero section"
|
|
|
|
|
imagePosition="right"
|
|
|
|
|
ariaLabel="Temple AI hero section"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<TextAbout
|
|
|
|
|
tag="About Mindex"
|
|
|
|
|
title="Marketing automation designed for modern teams. Powered by AI you can trust."
|
|
|
|
|
tag="About Temple AI"
|
|
|
|
|
title="Intelligent solutions designed for enterprise teams. Powered by AI you can trust."
|
|
|
|
|
buttons={[{ text: "Learn More", href: "features" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
ariaLabel="About Mindex section"
|
|
|
|
|
ariaLabel="About Temple AI section"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
|
<FeatureCardTwentySeven
|
|
|
|
|
tag="Core Features"
|
|
|
|
|
title="Intelligent marketing at your fingertips"
|
|
|
|
|
description="Mindex combines cutting-edge AI with intuitive design to transform how you create and manage marketing campaigns."
|
|
|
|
|
title="Intelligent AI at your fingertips"
|
|
|
|
|
description="Temple AI combines cutting-edge artificial intelligence with intuitive design to transform how you operate your business."
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "AI Content Generation", description: "Create high-performing copy, email sequences, and social media content in seconds. Our AI learns your brand voice and optimizes every message for maximum impact. Trusted by 10,000+ marketing teams worldwide.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/an-illustration-of-ai-powered-content-wr-1772922867411-058f6b7f.png", imageAlt: "AI-powered content writing interface"
|
|
|
|
|
id: "1", title: "Advanced Machine Learning", description: "Harness the power of advanced ML algorithms to automate complex tasks, predict outcomes, and optimize operations. Our AI learns from your data and continuously improves performance.", imageSrc: "data:image/svg+xml,%3Csvg xmlns=?_wi=1'http://www.w3.org/2000/svg' viewBox='0 0 400 300'%3E%3Cdefs%3E%3ClinearGradient id='grad1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23FF9500;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23FFC107;stop-opacity:1' /%3E%3C/linearGradient%3E%3ClinearGradient id='grad2' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23333333;stop-opacity:0.8' /%3E%3Cstop offset='100%25' style='stop-color:%23666666;stop-opacity:0.3' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='400' height='300' fill='url(%23grad2)'/%3E%3Crect x='50' y='50' width='300' height='200' rx='20' fill='url(%23grad1)' opacity='0.9'/%3E%3Ccircle cx='200' cy='150' r='60' fill='%23FFFFFF' opacity='0.2'/%3E%3Crect x='100' y='100' width='20' height='100' fill='%23FFFFFF' opacity='0.6' rx='10'/%3E%3Crect x='140' y='80' width='20' height='120' fill='%23FFFFFF' opacity='0.5' rx='10'/%3E%3Crect x='180' y='120' width='20' height='80' fill='%23FFFFFF' opacity='0.7' rx='10'/%3E%3Crect x='220' y='90' width='20' height='110' fill='%23FFFFFF' opacity='0.4' rx='10'/%3E%3Crect x='260' y='110' width='20' height='90' fill='%23FFFFFF' opacity='0.6' rx='10'/%3E%3C/svg%3E", imageAlt: "Advanced machine learning interface"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Real-Time Analytics", description: "Track campaign performance with beautiful, actionable dashboards. Get instant insights on engagement, conversions, and ROI to make smarter decisions faster. SOC 2 Type II certified for enterprise security.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/clean-analytics-visualization-showing-ma-1772922870473-7fb1d649.png", imageAlt: "Analytics dashboard with performance metrics"
|
|
|
|
|
id: "2", title: "Real-Time Intelligence", description: "Get instant insights and actionable intelligence with real-time data processing. Our dashboard provides comprehensive analytics and performance metrics to guide your decisions.", imageSrc: "data:image/svg+xml,%3Csvg xmlns=?_wi=2'http://www.w3.org/2000/svg' viewBox='0 0 400 300'%3E%3Cdefs%3E%3ClinearGradient id='grad3' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23FF9500;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23FFC107;stop-opacity:1' /%3E%3C/linearGradient%3E%3ClinearGradient id='grad4' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23333333;stop-opacity:0.8' /%3E%3Cstop offset='100%25' style='stop-color:%23666666;stop-opacity:0.3' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='400' height='300' fill='url(%23grad4)'/%3E%3Crect x='40' y='40' width='320' height='220' rx='20' fill='%23FFFFFF' opacity='0.05' stroke='url(%23grad3)' stroke-width='2'/%3E%3Cline x1='60' y1='200' x2='360' y2='200' stroke='%23666666' stroke-width='2' opacity='0.5'/%3E%3Cline x1='60' y1='150' x2='360' y2='150' stroke='%23666666' stroke-width='1' opacity='0.3'/%3E%3Cline x1='60' y1='100' x2='360' y2='100' stroke='%23666666' stroke-width='1' opacity='0.3'/%3E%3Cpolyline points='80,180 120,100 160,140 200,70 240,120 280,80 320,130' fill='none' stroke='url(%23grad3)' stroke-width='3'/%3E%3Ccircle cx='80' cy='180' r='6' fill='url(%23grad3)'/%3E%3Ccircle cx='120' cy='100' r='6' fill='url(%23grad3)'/%3E%3Ccircle cx='160' cy='140' r='6' fill='url(%23grad3)'/%3E%3Ccircle cx='200' cy='70' r='6' fill='url(%23grad3)'/%3E%3Ccircle cx='240' cy='120' r='6' fill='url(%23grad3)'/%3E%3Ccircle cx='280' cy='80' r='6' fill='url(%23grad3)'/%3E%3Ccircle cx='320' cy='130' r='6' fill='url(%23grad3)'/%3E%3C/svg%3E", imageAlt: "Real-time analytics dashboard"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Intelligent Personalization", description: "Deliver the right message to the right person at the right time. Our AI engine personalizes every customer interaction based on behavior and preferences. Proven to increase conversions by 3.2x on average.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/visual-representation-of-ai-powered-pers-1772922867144-6bf417b1.png", imageAlt: "Customer personalization engine visualization"
|
|
|
|
|
id: "3", title: "Enterprise Security", description: "Enterprise-grade security with end-to-end encryption and compliance certifications. Protect your sensitive data with our robust security infrastructure and compliance standards.", imageSrc: "data:image/svg+xml,%3Csvg xmlns=?_wi=3'http://www.w3.org/2000/svg' viewBox='0 0 400 300'%3E%3Cdefs%3E%3ClinearGradient id='grad5' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23FF9500;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23FFC107;stop-opacity:1' /%3E%3C/linearGradient%3E%3ClinearGradient id='grad6' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23333333;stop-opacity:0.8' /%3E%3Cstop offset='100%25' style='stop-color:%23666666;stop-opacity:0.3' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='400' height='300' fill='url(%23grad6)'/%3E%3Cpath d='M 200 50 L 320 110 L 320 200 Q 200 260 80 200 L 80 110 Z' fill='url(%23grad5)' opacity='0.8'/%3E%3Cpath d='M 200 50 L 320 110 L 320 200 Q 200 260 80 200 L 80 110 Z' fill='none' stroke='%23FFFFFF' stroke-width='2' opacity='0.6'/%3E%3Ccircle cx='200' cy='140' r='35' fill='%23FFFFFF' opacity='0.15'/%3E%3Cline x1='190' y1='130' x2='210' y2='150' stroke='%23FFFFFF' stroke-width='3' opacity='0.8' stroke-linecap='round'/%3E%3Cline x1='210' y1='130' x2='190' y2='150' stroke='%23FFFFFF' stroke-width='3' opacity='0.8' stroke-linecap='round'/%3E%3C/svg%3E", imageAlt: "Enterprise security features"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
@@ -99,13 +115,13 @@ export default function LandingPage() {
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
<MetricCardThree
|
|
|
|
|
tag="By The Numbers"
|
|
|
|
|
title="Proven results for forward-thinking teams"
|
|
|
|
|
description="Mindex is trusted by leading companies to deliver measurable marketing impact."
|
|
|
|
|
title="Proven results for forward-thinking organizations"
|
|
|
|
|
description="Temple AI is trusted by leading enterprises to deliver measurable business impact."
|
|
|
|
|
metrics={[
|
|
|
|
|
{ id: "1", icon: Zap, title: "Time Saved", value: "65%" },
|
|
|
|
|
{ id: "2", icon: TrendingUp, title: "Conversions", value: "+3.2x" },
|
|
|
|
|
{ id: "3", icon: Users, title: "Active Users", value: "10,000+" },
|
|
|
|
|
{ id: "4", icon: CheckCircle, title: "Success Rate", value: "98%" }
|
|
|
|
|
{ id: "1", icon: Zap, title: "Performance Boost", value: "10x" },
|
|
|
|
|
{ id: "2", icon: TrendingUp, title: "Revenue Growth", value: "+45%" },
|
|
|
|
|
{ id: "3", icon: Users, title: "Enterprise Clients", value: "500+" },
|
|
|
|
|
{ id: "4", icon: CheckCircle, title: "Success Rate", value: "99.9%" }
|
|
|
|
|
]}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
@@ -120,8 +136,8 @@ export default function LandingPage() {
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
tag="Trusted Partners"
|
|
|
|
|
title="Partnered with industry leaders"
|
|
|
|
|
description="Mindex integrates seamlessly with the tools your team already loves."
|
|
|
|
|
names={["HubSpot", "Salesforce", "Google Analytics", "Microsoft Teams", "Stripe", "Intercom", "Segment"]}
|
|
|
|
|
description="Temple AI integrates seamlessly with the tools your enterprise already uses."
|
|
|
|
|
names={["Microsoft", "Amazon", "Google Cloud", "Salesforce", "Oracle", "IBM", "Databricks"]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
speed={40}
|
|
|
|
|
@@ -133,20 +149,20 @@ export default function LandingPage() {
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardTen
|
|
|
|
|
tag="Customer Stories"
|
|
|
|
|
title="Trusted by innovative marketing teams"
|
|
|
|
|
description="See how leading companies are transforming their marketing with Mindex AI."
|
|
|
|
|
title="Trusted by innovative enterprise teams"
|
|
|
|
|
description="See how leading organizations are transforming their operations with Temple AI."
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Time-saving powerhouse for our team", quote: "Mindex has completely transformed how we approach content creation. What used to take hours now takes minutes, and the quality is consistently excellent. Our team has never been more productive.", name: "Sarah Mitchell", role: "VP of Marketing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/professional-headshot-portrait-of-a-conf-1772922866372-6a95b974.png", imageAlt: "Sarah Mitchell"
|
|
|
|
|
id: "1", title: "Transformational impact on our operations", quote: "Temple AI has completely revolutionized how we approach automation. The intelligence and efficiency gains are remarkable. Our teams are now focused on strategic work instead of repetitive tasks.", name: "Sarah Mitchell", role: "VP of Operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/professional-headshot-portrait-of-a-conf-1772922866372-6a95b974.png", imageAlt: "Sarah Mitchell"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Exceptional AI that truly understands marketing", quote: "The personalization engine is genuinely impressive. We've seen a 3x improvement in conversion rates since implementing Mindex. The AI actually learns from our campaigns and gets smarter over time.", name: "David Chen", role: "Chief Marketing Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/professional-headshot-portrait-of-a-mark-1772922866645-4ed6920a.png", imageAlt: "David Chen"
|
|
|
|
|
id: "2", title: "Unmatched AI capability and reliability", quote: "The intelligence and reliability of Temple AI is genuinely impressive. We've seen significant improvements in our business metrics and operational efficiency. The ROI has been substantial and the support is excellent.", name: "David Chen", role: "Chief Technology Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/professional-headshot-portrait-of-a-mark-1772922866645-4ed6920a.png", imageAlt: "David Chen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Clean interface, powerful capabilities", quote: "We were skeptical about AI marketing tools, but Mindex proved us wrong. The interface is intuitive, the support is excellent, and the results speak for themselves. Highly recommended.", name: "Emma Rodriguez", role: "Marketing Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/professional-headshot-portrait-of-a-busi-1772922868018-a696136d.png", imageAlt: "Emma Rodriguez"
|
|
|
|
|
id: "3", title: "Enterprise-grade reliability and support", quote: "We were looking for an enterprise AI solution we could trust, and Temple AI exceeded all our expectations. The platform is robust, the support is exceptional, and the results have been outstanding.", name: "Emma Rodriguez", role: "Chief Operations Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/professional-headshot-portrait-of-a-busi-1772922868018-a696136d.png", imageAlt: "Emma Rodriguez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "The future of marketing automation", quote: "Mindex isn't just another marketing tool—it's a game-changer. The AI insights have helped us identify new audience segments and opportunities we never knew existed. ROI has improved dramatically.", name: "James Wilson", role: "Growth Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/professional-headshot-portrait-of-a-grow-1772922866622-b913c51b.png", imageAlt: "James Wilson"
|
|
|
|
|
id: "4", title: "Game-changing AI innovation", quote: "Temple AI represents a significant leap forward in enterprise AI capabilities. The insights generated have helped us identify new opportunities and optimize operations in ways we never thought possible.", name: "James Wilson", role: "Digital Transformation Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/professional-headshot-portrait-of-a-grow-1772922866622-b913c51b.png", imageAlt: "James Wilson"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
@@ -155,29 +171,89 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
|
|
|
<PricingCardThree
|
|
|
|
|
tag="Pricing"
|
|
|
|
|
title="Plans designed for enterprises of all sizes"
|
|
|
|
|
description="Choose the perfect plan for your organization. All plans include enterprise support and advanced features."
|
|
|
|
|
plans={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", price: "$499/mo", name: "Starter", buttons: [
|
|
|
|
|
{ text: "Get Started", href: "contact" },
|
|
|
|
|
{ text: "Learn More", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Core AI capabilities", "Real-time analytics", "Email support", "Up to 10,000 API calls/month", "Basic security"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", badge: "Most popular", badgeIcon: Sparkles,
|
|
|
|
|
price: "$1,999/mo", name: "Professional", buttons: [
|
|
|
|
|
{ text: "Get Started", href: "contact" },
|
|
|
|
|
{ text: "Learn More", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Advanced AI features", "Custom integrations", "Priority email support", "Up to 100,000 API calls/month", "Enhanced security", "Machine learning models", "Team collaboration", "Monthly strategy sessions"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", price: "$4,999/mo", name: "Enterprise", buttons: [
|
|
|
|
|
{ text: "Contact Sales", href: "contact" },
|
|
|
|
|
{ text: "Schedule Demo", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Full AI suite", "Unlimited integrations", "24/7 phone & email support", "Unlimited API calls", "Enterprise security & compliance", "Custom AI models", "Dedicated account manager", "Quarterly business reviews"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", price: "$9,999/mo", name: "Ultimate", buttons: [
|
|
|
|
|
{ text: "Contact Sales", href: "contact" },
|
|
|
|
|
{ text: "Schedule Demo", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Everything in Enterprise", "Custom deployment options", "White-label capabilities", "Dedicated infrastructure", "Bi-weekly strategy consulting", "Custom feature development", "Dedicated engineering team", "SLA guarantees"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", price: "Custom", name: "Enterprise Custom", buttons: [
|
|
|
|
|
{ text: "Contact Sales", href: "contact" },
|
|
|
|
|
{ text: "Schedule Demo", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Fully customized solution", "On-premise or cloud deployment", "Custom SLA", "Dedicated support team", "Custom integrations", "Unlimited API calls", "Executive strategy sessions", "Priority feature requests"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
ariaLabel="Pricing section"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqDouble
|
|
|
|
|
tag="FAQ"
|
|
|
|
|
title="Common questions answered"
|
|
|
|
|
description="Everything you need to know about Mindex AI and how it can transform your marketing."
|
|
|
|
|
description="Everything you need to know about Temple AI and how it can transform your organization."
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "How does Mindex AI learn my brand voice?", content: "Mindex uses advanced machine learning to analyze your existing marketing content, brand guidelines, and customer interactions. Our AI engine develops a nuanced understanding of your unique voice and tone, ensuring all generated content aligns perfectly with your brand identity."
|
|
|
|
|
id: "1", title: "How does Temple AI customize to our business?", content: "Temple AI uses advanced machine learning to analyze your business data, processes, and goals. Our platform develops a nuanced understanding of your unique requirements and automatically optimizes AI models to align with your specific use cases and KPIs."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Is my marketing data secure?", content: "Security is paramount. All data is encrypted end-to-end and stored on secure, compliant servers. We maintain SOC 2 Type II certification and comply with GDPR, CCPA, and other major data protection regulations."
|
|
|
|
|
id: "2", title: "Is enterprise data secure with Temple AI?", content: "Security is paramount. All data is encrypted end-to-end using industry-standard encryption and stored on secure, compliant servers. We maintain SOC 2 Type II certification, ISO 27001 compliance, and adhere to GDPR, HIPAA, and other major data protection regulations."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Can I integrate Mindex with existing tools?", content: "Yes! Mindex seamlessly integrates with HubSpot, Salesforce, Google Analytics, Microsoft Teams, Stripe, Intercom, Segment, and more. Our API also allows for custom integrations with any platform."
|
|
|
|
|
id: "3", title: "Can Temple AI integrate with our existing systems?", content: "Yes! Temple AI seamlessly integrates with Salesforce, SAP, Oracle, Microsoft Dynamics, Google Cloud, AWS, Azure, and 500+ enterprise applications. Our API and webhook support enables custom integrations with any platform."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "What kind of support does Mindex offer?", content: "We provide 24/7 email support for all plans, plus phone and live chat support for premium customers. Every customer gets access to our comprehensive knowledge base, video tutorials, and monthly webinars."
|
|
|
|
|
id: "4", title: "What support does Temple AI provide?", content: "We provide 24/7 support for enterprise customers, including phone, email, and live chat. Every customer receives access to dedicated account managers, comprehensive documentation, training programs, and quarterly business reviews."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "How quickly will I see results?", content: "Most customers see measurable improvements within the first 2 weeks. Early wins typically include faster content creation and better email open rates. Long-term benefits like improved conversions and customer lifetime value typically emerge over 2-3 months."
|
|
|
|
|
id: "5", title: "How quickly will we see measurable results?", content: "Most enterprises see significant improvements within 30 days. Initial wins typically include process automation and efficiency gains. Long-term benefits like revenue growth and competitive advantage typically emerge over 3-6 months."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "Is there a free trial available?", content: "Absolutely! Start with our free trial and get full access to core features for 14 days. No credit card required. Premium features can be accessed during the trial period at no cost."
|
|
|
|
|
id: "6", title: "Is there a free trial or POC available?", content: "Absolutely! We offer a comprehensive proof-of-concept program with full access to core features and dedicated support. No credit card required. Enterprise customers can also request custom pilot programs tailored to their specific needs."
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
animationType="smooth"
|
|
|
|
|
@@ -190,18 +266,17 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplitForm
|
|
|
|
|
title="Ready to transform your marketing?"
|
|
|
|
|
description="Join thousands of marketing teams using Mindex AI to create better campaigns, faster. Get started today with a free 14-day trial."
|
|
|
|
|
title="Ready to transform your enterprise?"
|
|
|
|
|
description="Join leading organizations using Temple AI to drive digital transformation and achieve unprecedented business results. Start your journey with a personalized consultation."
|
|
|
|
|
inputs={[
|
|
|
|
|
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
|
|
|
|
|
{ name: "workEmail", type: "email", placeholder: "Work Email", required: true },
|
|
|
|
|
{ name: "companyName", type: "text", placeholder: "Company Name", required: true },
|
|
|
|
|
{ name: "teamSize", type: "text", placeholder: "Team Size (e.g., 5-10)" }
|
|
|
|
|
{ name: "companyName", type: "text", placeholder: "Company Name", required: true }
|
|
|
|
|
]}
|
|
|
|
|
textarea={{ name: "message", placeholder: "Tell us about your marketing goals and how Mindex can help", rows: 5, required: false }}
|
|
|
|
|
textarea={{ name: "message", placeholder: "Tell us about your organization and how Temple AI can help transform your operations", rows: 5, required: false }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/minimalist-illustration-of-a-person-work-1772922867378-7e63e6ba.png"
|
|
|
|
|
imageAlt="Customer support and collaboration illustration"
|
|
|
|
|
imageAlt="Enterprise collaboration and transformation illustration"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
buttonText="Start Free Trial"
|
|
|
|
|
@@ -211,7 +286,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoReveal
|
|
|
|
|
logoText="Mindex"
|
|
|
|
|
logoText="Temple AI"
|
|
|
|
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
|
|
|
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
|
|
|
|
ariaLabel="Site footer"
|
|
|
|
|
@@ -219,4 +294,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|