Merge version_6 into main #8

Merged
bender merged 2 commits from version_6 into main 2026-03-05 13:13:04 +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>