4 Commits

Author SHA1 Message Date
cb47a882ee Update src/app/page.tsx 2026-03-05 13:13:00 +00:00
976b9e0f08 Update src/app/layout.tsx 2026-03-05 13:12:59 +00:00
a6f1cfcf63 Merge version_5 into main
Merge version_5 into main
2026-03-05 13:10:37 +00:00
a151397bd9 Merge version_5 into main
Merge version_5 into main
2026-03-05 13:09:14 +00:00
2 changed files with 6 additions and 3 deletions

View File

@@ -1,8 +1,11 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Eclipse - Your Personal AI Life Operator", description: "Eclipse is your personal AI life operator—scheduling, anticipating needs, and unified in one interface. Join thousands already building the future."};
title: "Eclipse - Your Personal AI Life Operator", description: "Eclipse is your personal AI life operator—scheduling, anticipating needs, and unified in one interface. Early access is open."};
export default function RootLayout({
children,
@@ -11,7 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body>{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -267,7 +267,7 @@ export default function LandingPage() {
imageAlt="Glowing ethereal design"
mediaAnimation="blur-reveal"
mediaPosition="right"
buttonText="Join the Waitlist"
buttonText="Secure Your Beta Spot"
buttonClassName="flex justify-center w-full mx-auto [perspective:1000px] hover:[transform:rotateX(5deg)_rotateY(-5deg)_scale(1.02)] transition-transform duration-300 shadow-lg hover:shadow-2xl"
/>
</div>