Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d251f016d9 | |||
| f9f55cb1d3 | |||
| 92b532e8b7 | |||
| 2592e6c3f3 | |||
| 948b912b8f | |||
| 52ecaa7a52 |
@@ -5,7 +5,8 @@ import "@/styles/globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Aditly - AI Video Ads for Ecommerce", description: "Create high-converting ad videos for TikTok and Meta in hours instead of weeks."};
|
||||
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,
|
||||
@@ -13,7 +14,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="AI Video Ads for Ecommerce Brands"
|
||||
description="Create high-converting ad videos for TikTok and Meta in hours instead of weeks. Aditly helps ecommerce brands generate AI-powered video ads to test multiple creatives quickly and scale winning campaigns."
|
||||
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"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fff5f5e6;
|
||||
--primary-cta: #ff7a7a;
|
||||
--background: #0B0F19;
|
||||
--card: #111827;
|
||||
--foreground: #FFFFFF;
|
||||
--primary-cta: #2563EB;
|
||||
--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