12 Commits

Author SHA1 Message Date
d251f016d9 Update src/app/styles/variables.css 2026-03-08 04:50:36 +00:00
f9f55cb1d3 Update src/app/layout.tsx 2026-03-08 04:50:36 +00:00
92b532e8b7 Merge version_4 into main
Merge version_4 into main
2026-03-08 03:36:10 +00:00
2592e6c3f3 Update src/app/page.tsx 2026-03-08 03:36:06 +00:00
948b912b8f Update src/app/layout.tsx 2026-03-08 03:36:06 +00:00
52ecaa7a52 Merge version_3 into main
Merge version_3 into main
2026-03-08 03:28:18 +00:00
09a49be161 Update src/app/page.tsx 2026-03-08 03:28:14 +00:00
c73311f453 Update src/app/layout.tsx 2026-03-08 03:28:13 +00:00
d80ab46aa9 Merge version_2 into main
Merge version_2 into main
2026-03-08 03:26:56 +00:00
6e4f604081 Update src/app/page.tsx 2026-03-08 03:26:52 +00:00
c808ef25f2 Update src/app/layout.tsx 2026-03-08 03:26:52 +00:00
b062d02b24 Merge version_1 into main
Merge version_1 into main
2026-03-08 03:24:10 +00:00
3 changed files with 15 additions and 46 deletions

View File

@@ -1,51 +1,21 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Poppins } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "@/styles/globals.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Aditly - AI Video Ads for Ecommerce | Generate Ads Fast", description: "Create high-converting video ads for TikTok and Meta with AI. Test multiple creatives in hours, not weeks. Scale your ecommerce campaigns faster with Aditly.", keywords: "AI video ads, ecommerce advertising, TikTok ads, Meta ads, video generation, AI creative, short-form video, ad testing", openGraph: {
title: "Aditly - AI Video Ads for Ecommerce Brands", description: "Generate AI-powered video ads for TikTok and Meta in 24-48 hours. Test multiple creatives and scale winning campaigns.", url: "https://aditly.io", siteName: "Aditly", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ae5EyjfU2RhjluHayR1TYokllj/a-futuristic-ai-video-creation-dashboard-1772940158413-a9a91378.png", alt: "Aditly AI Video Creation Platform"},
],
},
twitter: {
card: "summary_large_image", title: "Aditly - AI Video Ads for Ecommerce", description: "Create high-converting video ads with AI. Test & scale your campaigns faster.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ae5EyjfU2RhjluHayR1TYokllj/a-futuristic-ai-video-creation-dashboard-1772940158413-a9a91378.png"],
},
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,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1413,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -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"
@@ -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}

View File

@@ -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);