45 Commits

Author SHA1 Message Date
0cebae0b35 Update src/app/page.tsx 2026-03-08 00:15:57 +00:00
87d6c6b5b8 Update src/app/page.tsx 2026-03-08 00:15:12 +00:00
12e84fa241 Update src/app/page.tsx 2026-03-08 00:13:55 +00:00
79049b564f Update src/app/page.tsx 2026-03-08 00:12:45 +00:00
fd0aaeca5c Merge version_16 into main
Merge version_16 into main
2026-03-08 00:08:13 +00:00
0e4d7af4e9 Update src/app/page.tsx 2026-03-08 00:08:09 +00:00
1cfb6e4166 Merge version_15 into main
Merge version_15 into main
2026-03-07 23:57:44 +00:00
170d182cb8 Update src/app/page.tsx 2026-03-07 23:57:40 +00:00
bc2ef84e64 Merge version_15 into main
Merge version_15 into main
2026-03-07 23:57:04 +00:00
cc5806fd8c Update src/app/page.tsx 2026-03-07 23:57:00 +00:00
63646c1fc6 Merge version_14 into main
Merge version_14 into main
2026-03-07 23:54:23 +00:00
488e6034aa Update src/app/page.tsx 2026-03-07 23:54:19 +00:00
f5aa455158 Merge version_13 into main
Merge version_13 into main
2026-03-07 23:53:04 +00:00
1731c4c4b7 Update src/app/page.tsx 2026-03-07 23:53:00 +00:00
e28325c7eb Update src/app/layout.tsx 2026-03-07 23:52:59 +00:00
23ff3e1ec9 Switch to version 8: modified src/app/styles/variables.css 2026-03-07 23:30:07 +00:00
c9783091fc Switch to version 8: modified src/app/page.tsx 2026-03-07 23:30:06 +00:00
587c86e356 Switch to version 9: modified src/app/styles/variables.css 2026-03-07 23:30:04 +00:00
db8f1e2c34 Switch to version 9: modified src/app/page.tsx 2026-03-07 23:30:03 +00:00
b0925744ff Switch to version 10: modified src/app/page.tsx 2026-03-07 23:29:58 +00:00
419482774b Switch to version 10: modified src/app/layout.tsx 2026-03-07 23:29:58 +00:00
463ca7bdc6 Switch to version 11: modified src/app/page.tsx 2026-03-07 23:29:56 +00:00
1c85d2b717 Merge version_12 into main
Merge version_12 into main
2026-03-07 23:28:24 +00:00
76d4341e5f Update src/app/page.tsx 2026-03-07 23:28:20 +00:00
4f976691f4 Merge version_12 into main
Merge version_12 into main
2026-03-07 23:27:14 +00:00
1611458f78 Update src/app/page.tsx 2026-03-07 23:27:10 +00:00
0f0b0ac962 Merge version_11 into main
Merge version_11 into main
2026-03-07 23:25:01 +00:00
e8c5c28bd2 Update src/app/layout.tsx 2026-03-07 23:24:57 +00:00
9d09c4e8b3 Merge version_11 into main
Merge version_11 into main
2026-03-07 23:24:03 +00:00
7af035e0da Update src/app/page.tsx 2026-03-07 23:23:58 +00:00
c5e9c403e3 Update src/app/layout.tsx 2026-03-07 23:23:58 +00:00
cdfa540992 Merge version_10 into main
Merge version_10 into main
2026-03-07 23:19:37 +00:00
88a08c1f7b Update src/app/page.tsx 2026-03-07 23:19:34 +00:00
dfe794b4a2 Merge version_10 into main
Merge version_10 into main
2026-03-07 23:18:53 +00:00
af1e309f2f Update src/app/styles/variables.css 2026-03-07 23:18:48 +00:00
365c997f4b Update src/app/page.tsx 2026-03-07 23:18:47 +00:00
68c57c3a09 Merge version_9 into main
Merge version_9 into main
2026-03-07 23:15:12 +00:00
e9eee64417 Update theme colors 2026-03-07 23:15:06 +00:00
fca6b955e1 Merge version_9 into main
Merge version_9 into main
2026-03-07 23:14:29 +00:00
cc2ad380e8 Update src/app/page.tsx 2026-03-07 23:14:29 +00:00
436080ebb1 Update theme colors 2026-03-07 23:14:24 +00:00
6400cc38b7 Merge version_9 into main
Merge version_9 into main
2026-03-07 23:11:13 +00:00
8a5bc7b320 Update src/app/styles/variables.css 2026-03-07 23:11:09 +00:00
5590ab5172 Update src/app/page.tsx 2026-03-07 23:11:09 +00:00
e4b0790eef Merge version_8 into main
Merge version_8 into main
2026-03-07 23:09:03 +00:00
2 changed files with 393 additions and 232 deletions

View File

@@ -1,11 +1,13 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import type { Metadata } from 'next';
import { Inter } from 'next/font/google';
import './globals.css';
const inter = Inter({ subsets: ["latin"] });
const inter = Inter({ subsets: ['latin'] });
export const metadata: Metadata = {
title: "Mindex AI", description: "Intelligent marketing automation powered by advanced AI"};
title: 'Temple AI - Real-Time On-Chain Intelligence',
description: 'Monitor protocol revenue, trading volume, and wallet activity with advanced analytics powered by Temple AI.',
};
export default function RootLayout({
children,

View File

@@ -1,282 +1,441 @@
"use client";
'use client';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
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 { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
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, Sparkles, Globe, Smartphone, Megaphone, MessageSquare, Cpu, Package } from 'lucide-react';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactText from '@/components/sections/contact/ContactText';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import { Sparkles, TrendingUp, Zap, Shield, Hexagon, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send, Twitter, Linkedin, Globe, Check } from 'lucide-react';
const page = () => {
const navItems = [
{ name: 'Home', id: '/' },
{ name: 'Services', id: '#services' },
{ name: 'Gallery', id: '#gallery' },
{ name: 'Process', id: '#process' },
{ name: 'Testimonials', id: '#testimonials' },
{ name: 'Pricing', id: '#pricing' },
];
const services = [
{
id: '01',
title: 'Website & Branding',
description: 'Build a stunning online presence with custom website design and cohesive branding that represents your business.',
imageSrc: 'https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop&_wi=1',
imageAlt: 'Website and branding design'
},
{
id: '02',
title: 'Consulting & Strategy',
description: 'Strategic guidance from industry experts to help you achieve your business goals and maximize growth.',
imageSrc: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=1',
imageAlt: 'Consulting and strategy session'
},
{
id: '03',
title: 'Advertising Services',
description: 'Targeted advertising campaigns that reach your audience and drive measurable results across multiple channels.',
imageSrc: 'https://images.unsplash.com/photo-1460925895917-adf4198c868f?w=800&h=600&fit=crop&_wi=1',
imageAlt: 'Advertising services dashboard'
},
{
id: '04',
title: 'Social Media Management',
description: 'Engage your audience with compelling content, community management, and strategic social media presence.',
imageSrc: 'https://images.unsplash.com/photo-1611532736540-6dabab387e13?w=800&h=600&fit=crop&_wi=1',
imageAlt: 'Social media management tools'
},
{
id: '05',
title: 'AI Call Assistant & Automation',
description: 'Streamline your operations with intelligent call handling and automation to improve customer service and efficiency.',
imageSrc: 'https://images.unsplash.com/photo-1531746790731-6c087fecd65b?w=800&h=600&fit=crop',
imageAlt: 'AI call assistant interface'
},
{
id: '06',
title: 'Bundled Packages',
description: 'Comprehensive service bundles combining multiple solutions for maximum value and seamless integration.',
imageSrc: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=2',
imageAlt: 'Bundled service packages'
}
];
const galleryItems = [
{
imageSrc: 'https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop&_wi=2',
imageAlt: 'Website redesign showcase'
},
{
imageSrc: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop',
imageAlt: 'Brand identity project'
},
{
imageSrc: 'https://images.unsplash.com/photo-1460925895917-adf4198c868f?w=800&h=600&fit=crop&_wi=2',
imageAlt: 'Marketing campaign results'
},
{
imageSrc: 'https://images.unsplash.com/photo-1611532736540-6dabab387e13?w=800&h=600&fit=crop&_wi=2',
imageAlt: 'Social media strategy implementation'
}
];
const testimonials = [
{
id: '1',
title: 'Transformed Our Business',
quote: 'Temple AI transformed our entire online presence. The website design and branding strategy were exceptional. They truly understood our vision.',
name: 'Sarah Mitchell',
role: 'CEO of Digital Solutions Inc',
imageSrc: 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop',
imageAlt: 'Sarah Mitchell headshot'
},
{
id: '2',
title: 'Outstanding Service Quality',
quote: "The consulting and strategy guidance from Temple AI helped us scale our business efficiently. Their expertise is invaluable and their support is exceptional.", name: 'Marcus Johnson',
role: 'Director of Operations at GrowthCo',
imageSrc: 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop',
imageAlt: 'Marcus Johnson headshot'
},
{
id: '3',
title: 'Perfect Marketing Partner',
quote: 'Our social media presence and advertising campaigns have never been better. Temple AI delivered measurable results and consistent growth in engagement.',
name: 'Elena Chen',
role: 'Marketing Manager at BrandConnect',
imageSrc: 'https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop',
imageAlt: 'Elena Chen headshot'
}
];
const pricingPlans = [
{
id: '1',
badge: 'Website & Branding',
badgeIcon: Sparkles,
price: '$2,999',
subtitle: 'Professional website design and complete branding package',
buttons: [
{ text: 'Get Started', href: 'https://example.com/start' },
{ text: 'Learn More', href: 'https://example.com/docs' }
],
features: [
'Custom website design',
'Brand identity and logo',
'Responsive design',
'SEO optimization',
'3 rounds of revisions'
]
},
{
id: '2',
badge: 'Consulting & Strategy',
badgeIcon: TrendingUp,
price: '$1,999/mo',
subtitle: 'Expert consulting and strategic business guidance',
buttons: [
{ text: 'Get Started', href: 'https://example.com/start' },
{ text: 'Contact Sales', href: 'https://example.com/sales' }
],
features: [
'Business strategy sessions',
'Expert consulting',
'Growth planning',
'Monthly strategy reviews',
'Implementation support'
]
},
{
id: '3',
badge: 'Advertising Services',
badgeIcon: Zap,
price: '$1,499/mo',
subtitle: 'Targeted advertising campaigns across multiple channels',
buttons: [
{ text: 'Get Started', href: 'https://example.com/start' },
{ text: 'View Cases', href: 'https://example.com/cases' }
],
features: [
'Multi-channel advertising',
'Campaign management',
'Performance tracking',
'Monthly analytics reports',
'Ad optimization'
]
},
{
id: '4',
badge: 'Social Media Management',
badgeIcon: TrendingUp,
price: '$1,499/mo',
subtitle: 'Complete marketing and social media management',
buttons: [
{ text: 'Get Started', href: 'https://example.com/start' },
{ text: 'Contact Sales', href: 'https://example.com/sales' }
],
features: [
'Social media management',
'Content creation and posting',
'Community engagement',
'Monthly analytics reports',
'Paid advertising management'
]
},
{
id: '5',
badge: 'AI Call Assistant & Automation',
badgeIcon: Hexagon,
price: '$999/mo',
subtitle: 'Intelligent call handling and business automation',
buttons: [
{ text: 'Get Started', href: 'https://example.com/start' },
{ text: 'Schedule Demo', href: 'https://example.com/demo' }
],
features: [
'AI call assistant',
'Automated workflows',
'Call analytics',
'Integration support',
'24/7 monitoring'
]
},
{
id: '6',
badge: 'Bundled Enterprise',
badgeIcon: Shield,
price: '$4,999/mo',
subtitle: 'Complete solution with all Temple AI services',
buttons: [
{ text: 'Schedule Demo', href: 'https://example.com/demo' },
{ text: 'Contact Us', href: 'https://example.com/contact' }
],
features: [
'Website & branding',
'Consulting & strategy',
'Advertising services',
'Social media management',
'AI call assistant',
'Dedicated account manager',
'24/7 support'
]
}
];
const processMediaItems = [
{
imageSrc: 'https://images.unsplash.com/photo-1561070791-2526d30994b5?w=600&h=400&fit=crop',
imageAlt: 'Step 1: Strategy'
},
{
imageSrc: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop',
imageAlt: 'Step 2: Implementation'
},
{
imageSrc: 'https://images.unsplash.com/photo-1460925895917-adf4198c868f?w=600&h=400&fit=crop',
imageAlt: 'Step 3: Results'
}
];
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="compact"
sizing="large"
background="blurBottom"
cardStyle="outline"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
headingFontWeight="normal"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="none"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Started", href: "contact" }}
brandName="Mindex AI"
<NavbarLayoutFloatingOverlay
navItems={navItems}
brandName="Temple AI"
button={{
text: 'Get Started',
href: 'https://example.com/signup'
}}
/>
</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."
<HeroBillboardDashboard
background={{ variant: 'radial-gradient' }}
tag="Digital Solutions"
tagIcon={Sparkles}
title="Comprehensive Business Solutions"
description="From website design and branding to advertising and AI automation, Temple AI provides complete digital services to transform your business."
buttons={[
{ text: "Start Free Trial", href: "contact" },
{ text: "View Demo", href: "features" }
{ text: 'Get Started', href: 'https://example.com/start' },
{ text: 'View Services', href: '#services' }
]}
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"
mediaAnimation="slide-up"
frameStyle="card"
ariaLabel="Mindex AI hero section"
dashboard={{
title: 'Services Dashboard',
logoIcon: Hexagon,
imageSrc: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=100&h=100&fit=crop&crop=face',
buttons: [
{ text: 'Explore Services', href: '#' },
{ text: 'Get Quote', href: '#' }
],
sidebarItems: [
{ icon: House, active: true },
{ icon: MessageSquareText },
{ icon: Settings }
],
stats: [
{
title: 'Clients Served',
values: [150, 225, 320],
description: 'Satisfied customers.'
},
{
title: 'Projects',
values: [45, 67, 89],
description: 'Completed projects.'
},
{
title: 'Services',
values: [6, 6, 6],
description: 'Core services offered.'
}
],
chartTitle: 'Client Growth',
chartData: [{ value: 50 }, { value: 30 }, { value: 70 }, { value: 40 }, { value: 90 }],
listTitle: 'Service Features',
listItems: [
{ icon: CircleDollarSign, title: 'Transparent Pricing', status: 'Available' },
{ icon: ArrowLeftRight, title: 'Flexible Solutions', status: 'Offered' },
{ icon: Send, title: '24/7 Support', status: 'Active' }
]
}}
/>
</div>
<div id="about" data-section="about">
<TextAbout
tag="About Mindex"
title="Marketing automation designed for modern teams. Powered by AI you can trust."
buttons={[{ text: "Learn More", href: "features" }]}
buttonAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="About Mindex 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."
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: "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: "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"
}
]}
<div id="services" data-section="services">
<FeatureCardThree
features={services}
title="Our Services"
description="Complete digital solutions designed to grow your business."
tag="Services"
tagIcon={Zap}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Explore All Features", href: "contact" }]}
buttonAnimation="slide-up"
ariaLabel="Features section"
/>
</div>
<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."
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%" }
]}
animationType="slide-up"
<div id="gallery" data-section="gallery">
<HeroBillboardGallery
title="Our Work"
description="Showcase of our latest projects and creative solutions."
tag="Gallery"
tagIcon={Sparkles}
mediaItems={galleryItems}
background={{ variant: 'plain' }}
mediaAnimation="none"
/>
</div>
<div id="process" data-section="process">
<TimelineHorizontalCardStack
title="Our Process"
description="Follow our proven step-by-step approach to delivering excellence."
tag="How It Works"
tagIcon={TrendingUp}
textboxLayout="default"
mediaItems={processMediaItems}
>
<div>
<h3 className="font-bold text-lg">Strategy & Planning</h3>
<p className="text-sm text-gray-600">We understand your goals and create a comprehensive strategy tailored to your needs.</p>
</div>
<div>
<h3 className="font-bold text-lg">Implementation</h3>
<p className="text-sm text-gray-600">Our expert team executes the plan with precision and attention to detail.</p>
</div>
<div>
<h3 className="font-bold text-lg">Results & Growth</h3>
<p className="text-sm text-gray-600">Measure success through analytics and continuous optimization for sustained growth.</p>
</div>
</TimelineHorizontalCardStack>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
testimonials={testimonials}
title="Trusted by Business Leaders"
description="See what our clients have to say about Temple AI's services."
tag="Testimonials"
tagIcon={Shield}
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "See Case Studies", href: "contact" }]}
buttonAnimation="slide-up"
ariaLabel="Metrics section"
/>
</div>
<div id="social-proof" data-section="social-proof">
<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"]}
title="Trusted by Leading Companies"
description="Join hundreds of organizations using Temple AI for business growth."
tag="Partners"
textboxLayout="default"
useInvertedBackground={false}
names={['Tech Innovators', 'Growth Partners', 'Digital Leaders', 'Marketing Experts', 'Brand Builders', 'Success Hub']}
speed={40}
showCard={true}
ariaLabel="Social proof section"
/>
</div>
<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."
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: "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: "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: "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"
}
]}
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Testimonials section"
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardThree
<PricingCardTwo
plans={pricingPlans}
title="Flexible Service Plans"
description="Choose the perfect package for your business needs."
tag="Pricing"
title="Plans tailored for small local businesses"
description="Choose the perfect package for your mom and pop shop or local business. All plans include everything you need to grow."
plans={[
{
id: "1", price: "$59/mo", name: "Starter", buttons: [
{ text: "Get Started", href: "contact" },
{ text: "Learn More", href: "#" }
],
features: [
"Professional website", "Basic branding package", "Email support", "Monthly social media management (3 posts)", "Basic analytics"
]
},
{
id: "2", badge: "Most popular", badgeIcon: Sparkles,
price: "$299/mo", name: "Growth", buttons: [
{ text: "Get Started", href: "contact" },
{ text: "Learn More", href: "#" }
],
features: [
"Website + domain", "Complete branding (logo, colors, guidelines)", "Consulting & strategy sessions (2x/month)", "Social media management (daily posting)", "AI-powered social content creation", "Basic advertising setup", "Priority email support", "Monthly performance reports"
]
},
{
id: "3", price: "$799/mo", name: "Professional", buttons: [
{ text: "Get Started", href: "contact" },
{ text: "Learn More", href: "#" }
],
features: [
"Professional website with e-commerce", "Premium branding & design", "Weekly consulting & strategy", "Full advertising management (Google, Meta, TikTok)", "Advanced social media management", "AI call assistant for customer service", "Email marketing automation", "Phone & email support", "Weekly analytics reviews"
]
},
{
id: "4", price: "$1,499/mo", name: "Premium", buttons: [
{ text: "Contact Sales", href: "contact" },
{ text: "Schedule Demo", href: "#" }
],
features: [
"Everything in Professional", "Custom web development", "Bi-weekly strategy consulting", "Multi-channel advertising management", "Advanced AI automation setup", "24/7 phone support", "Dedicated account manager", "Custom integrations"
]
},
{
id: "5", price: "$3,499/mo", name: "Enterprise", buttons: [
{ text: "Contact Sales", href: "contact" },
{ text: "Schedule Demo", href: "#" }
],
features: [
"Everything in Premium", "Full business automation suite", "Weekly strategy & optimization", "Custom AI solutions", "Complete marketing overhaul", "Dedicated team support", "Unlimited revisions", "Priority implementation"
]
}
]}
tagIcon={CircleDollarSign}
textboxLayout="default"
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."
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: "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: "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: "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: "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: "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."
}
]}
animationType="smooth"
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="FAQ section"
carouselMode="buttons"
/>
</div>
<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."
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 }
<ContactText
text="Transform Your Business Today—Start Your Journey with Temple AI"
animationType="entrance-slide"
buttons={[
{ text: 'Get Started', href: 'https://example.com/start' },
{ text: 'Schedule Consultation', href: 'https://example.com/demo' }
]}
textarea={{ name: "message", placeholder: "Tell us about your marketing goals and how Mindex can help", rows: 5, required: false }}
background={{ variant: 'plain' }}
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"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Start Free Trial"
ariaLabel="Contact section"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Mindex"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
ariaLabel="Site footer"
<FooterCard
logoText="Temple AI"
copyrightText="© 2025 Temple AI. All rights reserved."
socialLinks={[
{ icon: Twitter, href: 'https://twitter.com/templeai', ariaLabel: 'Twitter' },
{ icon: Linkedin, href: 'https://linkedin.com/company/templeai', ariaLabel: 'LinkedIn' },
{ icon: Globe, href: 'https://templeai.com', ariaLabel: 'Website' }
]}
/>
</div>
</ThemeProvider>
);
}
};
export default page;