28 Commits

Author SHA1 Message Date
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
fca6b955e1 Merge version_9 into main
Merge version_9 into main
2026-03-07 23:14:29 +00:00
6400cc38b7 Merge version_9 into main
Merge version_9 into main
2026-03-07 23:11:13 +00:00
3 changed files with 297 additions and 240 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,288 +1,343 @@
"use client";
'use client';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
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 { 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 { 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: 'Features', id: '#features' },
{ name: 'Process', id: '#process' },
{ name: 'Testimonials', id: '#testimonials' },
{ name: 'Pricing', id: '#pricing' },
];
const features = [
{
id: '01',
title: 'Real-Time Intelligence',
description: 'Monitor protocol revenue, trading volume, and wallet activity with live updates.',
imageSrc: 'https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800&h=600&fit=crop',
imageAlt: 'Real-time intelligence dashboard'
},
{
id: '02',
title: 'Advanced Analytics',
description: 'Deep insights into market trends and on-chain metrics with predictive analysis.',
imageSrc: 'https://images.unsplash.com/photo-1560707303-4e980ce876ad?w=800&h=600&fit=crop',
imageAlt: 'Advanced analytics interface'
},
{
id: '03',
title: 'Secure Infrastructure',
description: 'Enterprise-grade security with encrypted data transfer and compliance standards.',
imageSrc: 'https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=600&fit=crop',
imageAlt: 'Secure infrastructure'
},
{
id: '04',
title: 'Custom Integration',
description: 'Seamless API integration with your existing systems and workflows.',
imageSrc: 'https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=800&h=600&fit=crop',
imageAlt: 'Custom integration setup'
}
];
const testimonials = [
{
id: '1',
title: 'Transformed Our Data Strategy',
quote: 'Temple AI gave us the insights we needed to make confident decisions. The real-time data has been invaluable to our strategy.',
name: 'Sarah Mitchell',
role: 'CEO of TechFlow Solutions',
imageSrc: 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop',
imageAlt: 'Sarah Mitchell headshot'
},
{
id: '2',
title: 'Best Analytics Platform',
quote: "The accuracy and speed of Temple AI's analytics platform exceeded all our expectations. Implementation was smooth and support was exceptional.", name: 'Marcus Johnson',
role: 'Director of Analytics at DataCorp',
imageSrc: 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop',
imageAlt: 'Marcus Johnson headshot'
},
{
id: '3',
title: 'Incredible ROI',
quote: 'We saw measurable improvements in our operations within the first month. Temple AI is now central to our decision-making process.',
name: 'Elena Chen',
role: 'VP of Operations at InnovateCo',
imageSrc: 'https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop',
imageAlt: 'Elena Chen headshot'
}
];
const pricingPlans = [
{
id: '1',
badge: 'Starter',
badgeIcon: Sparkles,
price: '$99/mo',
subtitle: 'Perfect for getting started with real-time intelligence',
buttons: [
{ text: 'Get Started', href: 'https://example.com/start' },
{ text: 'Learn More', href: 'https://example.com/docs' }
],
features: [
'Real-time data access',
'Basic analytics dashboard',
'Up to 5 API keys',
'Email support',
'Monthly reports'
]
},
{
id: '2',
badge: 'Professional',
badgeIcon: TrendingUp,
price: '$499/mo',
subtitle: 'Ideal for growing teams with advanced needs',
buttons: [
{ text: 'Get Started', href: 'https://example.com/start' },
{ text: 'Contact Sales', href: 'https://example.com/sales' }
],
features: [
'All Starter features',
'Advanced predictive analysis',
'Unlimited API keys',
'Priority support',
'Custom integrations',
'Real-time alerts'
]
},
{
id: '3',
badge: 'Enterprise',
badgeIcon: Shield,
price: 'Custom',
subtitle: 'Complete solution for large-scale operations',
buttons: [
{ text: 'Schedule Demo', href: 'https://example.com/demo' },
{ text: 'Contact Us', href: 'https://example.com/contact' }
],
features: [
'All Professional features',
'Dedicated account manager',
'Custom SLA guarantees',
'White-label options',
'24/7 phone support',
'Advanced security features'
]
}
];
const processMediaItems = [
{
imageSrc: 'https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=600&h=400&fit=crop',
imageAlt: 'Step 1: Data Collection'
},
{
imageSrc: 'https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=600&h=400&fit=crop',
imageAlt: 'Step 2: Analysis'
},
{
imageSrc: 'https://images.unsplash.com/photo-1560707303-4e980ce876ad?w=600&h=400&fit=crop',
imageAlt: 'Step 3: Insights'
}
];
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" }}
<NavbarLayoutFloatingOverlay
navItems={navItems}
brandName="Temple AI"
button={{
text: 'Get Started',
href: 'https://example.com/signup'
}}
/>
</div>
<div id="hero" data-section="hero">
<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}
<HeroBillboardDashboard
background={{ variant: 'radial-gradient' }}
tag="Live Analytics"
tagIcon={Sparkles}
title="Real-Time On-Chain Intelligence"
description="Monitor protocol revenue, trading volume, and wallet activity with advanced analytics powered by Temple AI."
buttons={[
{ text: "Start Free Trial", href: "contact" },
{ text: "View Demo", href: "features" }
{ text: 'Get Started', href: 'https://example.com/start' },
{ text: 'View Docs', href: 'https://example.com/docs' }
]}
buttonAnimation="slide-up"
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"
imagePosition="right"
ariaLabel="Temple AI hero section"
/>
</div>
<div id="about" data-section="about">
<TextAbout
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 Temple AI section"
dashboard={{
title: 'On-Chain Metrics Hub',
logoIcon: Hexagon,
imageSrc: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=100&h=100&fit=crop&crop=face',
buttons: [
{ text: 'Dashboard', href: '#' },
{ text: 'Export CSV', href: '#' }
],
sidebarItems: [
{ icon: House, active: true },
{ icon: MessageSquareText },
{ icon: Settings }
],
stats: [
{
title: 'Revenue',
values: [178425, 245890, 312750],
valuePrefix: '$',
description: 'Protocol fees.'
},
{
title: 'Volume',
values: [7.84, 12.5, 9.32],
valuePrefix: '$',
valueSuffix: 'M',
description: 'Transaction flow.'
},
{
title: 'Wallets',
values: [11240, 15680, 13450],
description: 'Active wallets.'
}
],
chartTitle: 'Staking Rewards',
chartData: [{ value: 50 }, { value: 30 }, { value: 70 }, { value: 40 }, { value: 90 }],
listTitle: 'Treasury Transfers',
listItems: [
{ icon: CircleDollarSign, title: '$12,000 USDC', status: 'Confirmed' },
{ icon: ArrowLeftRight, title: 'Swap: 5 ETH', status: 'Executed' },
{ icon: Send, title: 'Transfer: 2,500 DAI', status: 'Confirmed' }
]
}}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentySeven
tag="Core Features"
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: "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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/an-illustration-of-ai-powered-content-wr-1772922867411-058f6b7f.png", imageAlt: "Advanced machine learning interface"
},
{
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/clean-analytics-visualization-showing-ma-1772922870473-7fb1d649.png", imageAlt: "Real-time analytics dashboard"
},
{
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/visual-representation-of-ai-powered-pers-1772922867144-6bf417b1.png", imageAlt: "Enterprise security features"
}
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
<FeatureCardThree
features={features}
title="Powerful Features"
description="Everything you need to stay ahead of the market."
tag="Features"
tagIcon={Zap}
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
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 organizations"
description="Temple AI is trusted by leading enterprises to deliver measurable business impact."
metrics={[
{ 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"
<div id="process" data-section="process">
<TimelineHorizontalCardStack
title="Our Process"
description="Follow our proven step-by-step approach to enterprise intelligence."
tag="How It Works"
tagIcon={TrendingUp}
textboxLayout="default"
mediaItems={processMediaItems}
>
<div>
<h3 className="font-bold text-lg">Data Collection</h3>
<p className="text-sm text-gray-600">We gather real-time data from multiple on-chain sources and protocols.</p>
</div>
<div>
<h3 className="font-bold text-lg">Analysis</h3>
<p className="text-sm text-gray-600">Advanced algorithms process and analyze the data for meaningful insights.</p>
</div>
<div>
<h3 className="font-bold text-lg">Insights</h3>
<p className="text-sm text-gray-600">Actionable intelligence delivered through intuitive dashboards and reports.</p>
</div>
</TimelineHorizontalCardStack>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
testimonials={testimonials}
title="Trusted by Industry Leaders"
description="See what our customers have to say about Temple AI."
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="Temple AI integrates seamlessly with the tools your enterprise already uses."
names={["Microsoft", "Amazon", "Google Cloud", "Salesforce", "Oracle", "IBM", "Databricks"]}
title="Trusted by Leading Companies"
description="Join thousands of organizations using Temple AI for advanced intelligence."
tag="Partners"
textboxLayout="default"
useInvertedBackground={false}
names={['TechFlow', 'DataCorp', 'InnovateCo', 'CloudSync', 'FinanceHub', 'SecurityFirst']}
speed={40}
showCard={true}
ariaLabel="Social proof section"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
tag="Customer Stories"
title="Trusted by innovative enterprise teams"
description="See how leading organizations are transforming their operations with Temple AI."
testimonials={[
{
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: "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: "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: "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"
useInvertedBackground={false}
ariaLabel="Testimonials section"
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardThree
<PricingCardTwo
plans={pricingPlans}
title="Simple, Transparent Pricing"
description="Choose the perfect plan for your organization's needs."
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"
]
}
]}
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 Temple AI and how it can transform your organization."
faqs={[
{
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 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 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 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 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 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"
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 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 }
<ContactText
text="Get Real-Time Intelligence in 48 Hours—No Setup Hassle"
animationType="entrance-slide"
buttons={[
{ text: 'Get Started', href: 'https://example.com/start' },
{ text: 'Schedule Demo', href: 'https://example.com/demo' }
]}
textarea={{ name: "message", placeholder: "Tell us about your organization and how Temple AI can help transform your operations", 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="Enterprise collaboration and transformation illustration"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Start Free Trial"
ariaLabel="Contact section"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterCard
logoText="Temple AI"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
ariaLabel="Site footer"
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;

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #1a1a1a;
--primary-cta: #ffd142;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #ffd280;
--background-accent: #ffd210;
--accent: #e2e2e2;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);