Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eaf28a5ecc | |||
| 1efdff1923 | |||
| 541f7212aa | |||
| 59c3ee3b82 | |||
| 2c26f16d12 | |||
| d251f016d9 | |||
| f9f55cb1d3 | |||
| 92b532e8b7 | |||
| 2592e6c3f3 | |||
| 948b912b8f | |||
| 52ecaa7a52 | |||
| 09a49be161 | |||
| c73311f453 | |||
| d80ab46aa9 |
@@ -1,11 +1,12 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Aditly - AI Video Ads for Ecommerce", description: "Create high-converting video ads for TikTok and Meta in hours instead of weeks with AI-powered creative generation."};
|
||||
title: "Aditly - AI Video Ads for Ecommerce", description: "Create high-converting ad videos for TikTok and Meta in hours instead of weeks."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="AI Video Ads for Ecommerce Brands"
|
||||
description="Test more ad creatives and find winners faster. Aditly generates high-converting video ads for TikTok and Meta in hours, allowing ecommerce brands to quickly produce multiple variations, reduce production costs, and maximize ROI through rapid creative testing."
|
||||
description="Generate winning video ads in 24-48 hours and test campaigns faster than competitors. Aditly helps ecommerce brands create AI-powered video ads to launch multiple creatives quickly and scale winning campaigns."
|
||||
tag="AI-Powered Creative Generation"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -113,14 +113,14 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Getting Started", badgeIcon: Rocket,
|
||||
price: "$249", subtitle: "Perfect for first-time testers", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
price: "$249", subtitle: "Test ideas risk-free", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"5 Ad Videos", "1 Hook per video", "1 Revision", "Delivery in 24–48 hours", "Email support"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "growth", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$599", subtitle: "Best for scaling campaigns", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
price: "$599", subtitle: "Scale winning campaigns faster", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"15 Ad Videos", "2 Hooks per video", "2 Revisions", "Delivery in 24–48 hours", "Priority email support"
|
||||
],
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
tag="Ready to Launch"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Test New Ad Creatives?"
|
||||
title="Start Testing Ads Risk-Free Today"
|
||||
description="Start creating high-performing video ads with Aditly today. Join ecommerce brands scaling their campaigns with AI-generated creatives."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fff5f5e6;
|
||||
--primary-cta: #ff7a7a;
|
||||
--background: #0a0e27;
|
||||
--card: #0f1629;
|
||||
--foreground: #e8eef7;
|
||||
--primary-cta: #3b82f6;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta: #1e293b;
|
||||
--secondary-cta-text: #fff5f5e6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--accent: #60a5fa;
|
||||
--background-accent: #1e40af;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user