13 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
4f976691f4 Merge version_12 into main
Merge version_12 into main
2026-03-07 23:27:14 +00:00
3 changed files with 91 additions and 37 deletions

View File

@@ -1,14 +1,13 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./styles/base.css";
import type { Metadata } from 'next';
import { Inter } from 'next/font/google';
import './globals.css';
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ['latin'] });
export const metadata: Metadata = {
title: "Temple AI - Advanced AI Solutions for Enterprise", description: "Transform your business with Temple AI's cutting-edge artificial intelligence technology. Enterprise-grade automation, real-time intelligence, and secure solutions."};
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,
@@ -16,28 +15,8 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en" suppressHydrationWarning>
<head>
<script
dangerouslySetInnerHTML={{
__html: `
(function() {
try {
const vw = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0) / 100;
document.documentElement.style.setProperty('--vw', vw + 'px');
window.addEventListener('resize', () => {
const vw = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0) / 100;
document.documentElement.style.setProperty('--vw', vw + 'px');
});
} catch(e) {}
})();
`,
}}
/>
</head>
<body className={`${inter.variable}`}>
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1407,4 +1386,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -8,8 +8,9 @@ import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timeline
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
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 } from 'lucide-react';
import { Sparkles, TrendingUp, Zap, Shield, Hexagon, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send, Twitter, Linkedin, Globe, Check } from 'lucide-react';
const page = () => {
const navItems = [
@@ -17,6 +18,7 @@ const page = () => {
{ name: 'Features', id: '#features' },
{ name: 'Process', id: '#process' },
{ name: 'Testimonials', id: '#testimonials' },
{ name: 'Pricing', id: '#pricing' },
];
const features = [
@@ -79,6 +81,65 @@ const page = () => {
}
];
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',
@@ -237,9 +298,23 @@ const page = () => {
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardTwo
plans={pricingPlans}
title="Simple, Transparent Pricing"
description="Choose the perfect plan for your organization's needs."
tag="Pricing"
tagIcon={CircleDollarSign}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
carouselMode="buttons"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your business with advanced AI intelligence? Let's create something amazing together."
text="Get Real-Time Intelligence in 48 Hours—No Setup Hassle"
animationType="entrance-slide"
buttons={[
{ text: 'Get Started', href: 'https://example.com/start' },

View File

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