5 Commits

Author SHA1 Message Date
e8c5c28bd2 Update src/app/layout.tsx 2026-03-07 23:24:57 +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
dfe794b4a2 Merge version_10 into main
Merge version_10 into main
2026-03-07 23:18:53 +00:00
2 changed files with 38 additions and 6 deletions

View File

@@ -1,11 +1,14 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import "./styles/variables.css";
import "./styles/base.css";
const inter = Inter({ subsets: ["latin"] });
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Mindex AI", description: "Intelligent marketing automation powered by advanced AI"};
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."};
export default function RootLayout({
children,
@@ -13,8 +16,28 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en">
<body className={inter.className}>{children}
<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}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1384,4 +1407,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -42,6 +42,15 @@ export default function LandingPage() {
/>
</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">
<HeroSplitKpi
title="Advanced AI-Powered Solutions for Modern Businesses"