6 Commits

Author SHA1 Message Date
dcc091255b Update src/app/page.tsx 2026-03-09 17:35:44 +00:00
0ad1107a21 Merge version_5 into main
Merge version_5 into main
2026-03-08 12:52:01 +00:00
565e86b796 Update src/app/layout.tsx 2026-03-08 12:51:56 +00:00
67f3be1295 Merge version_4 into main
Merge version_4 into main
2026-03-08 12:49:47 +00:00
f5a12123db Update src/app/page.tsx 2026-03-08 12:49:43 +00:00
cdf1bc4508 Merge version_3 into main
Merge version_3 into main
2026-03-08 12:47:53 +00:00
2 changed files with 7 additions and 6 deletions

View File

@@ -5,7 +5,8 @@ import "@/styles/globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Create Next App", description: "Generated by create next app"}; title: "AI Originals - Premium AI-Designed Fashion", description: "Experience the future of apparel. AI Originals creates premium athletic fashion designed by machine learning algorithms. Limited-time early access collection available now."
};
export default function RootLayout({ export default function RootLayout({
children, children,
@@ -13,7 +14,7 @@ export default function RootLayout({
children: React.ReactNode; children: React.ReactNode;
}) { }) {
return ( return (
<html lang="en"> <html lang="en" suppressHydrationWarning>
<body className={inter.className}>{children} <body className={inter.className}>{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{

View File

@@ -42,9 +42,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroCarouselLogo
logoText="AI ORIGINALS" logoText="AI ORIGINALS"
description="Where artificial intelligence meets premium athletic fashion. Experience the future of apparel design." description="Where artificial intelligence meets premium athletic fashion. Limited-time early access collection now available. Experience the future of apparel design."
buttons={[ buttons={[
{ text: "Shop Now", href: "#products" }, { text: "Explore Collection", href: "#products" },
{ text: "Learn More", href: "#about" } { text: "Learn More", href: "#about" }
]} ]}
slides={[ slides={[
@@ -152,8 +152,8 @@ export default function LandingPage() {
title="Ready to Experience the Future of Fashion?" title="Ready to Experience the Future of Fashion?"
description="Join the AI Originals community and discover apparel designed by the future. Connect with us for exclusive releases, early access, and special offers." description="Join the AI Originals community and discover apparel designed by the future. Connect with us for exclusive releases, early access, and special offers."
buttons={[ buttons={[
{ text: "Contact Us", href: "mailto:hello@aioriginals.com" }, { text: "Claim Early Access", href: "mailto:hello@aioriginals.com" },
{ text: "Join Waitlist", href: "mailto:hello@aioriginals.com?subject=Waitlist" } { text: "Get Exclusive Offer", href: "mailto:hello@aioriginals.com?subject=Exclusive" }
]} ]}
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}