diff --git a/apps/landing/src/app/_components/HeroSection.tsx b/apps/landing/src/app/_components/HeroSection.tsx index de67abb..ecca079 100644 --- a/apps/landing/src/app/_components/HeroSection.tsx +++ b/apps/landing/src/app/_components/HeroSection.tsx @@ -11,14 +11,16 @@ const badges = [ export function HeroSection() { return ( -
+
-
+ {/* Beta Badge */} +
In Active Development
-

+ {/* Heading */} +

AI Image Generation
@@ -26,28 +28,35 @@ export function HeroSection() {

-

+ {/* Subtitle */} +

Generate images via API, SDK, CLI, Lab, or live URLs. -
+
+ Production-ready CDN delivery in seconds.

+ {/* Email Form */} -

Free early access. No credit card required.

+ {/* Fine Print */} +

+ Free early access. No credit card required. +

-
+ {/* Feature Badges */} +
{badges.map((badge, i) => ( {badge.text} diff --git a/apps/landing/src/app/layout.tsx b/apps/landing/src/app/layout.tsx index b19be4e..2524904 100644 --- a/apps/landing/src/app/layout.tsx +++ b/apps/landing/src/app/layout.tsx @@ -49,7 +49,7 @@ export default function RootLayout({ {/* Header */}
-