Merge version_6 into main #8
@@ -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: `
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user