Merge version_2 into main #2
@@ -1,51 +1,20 @@
|
||||
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";
|
||||
|
||||
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 video ads for TikTok and Meta in hours instead of weeks with AI-powered creative generation."};
|
||||
|
||||
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}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1413,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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="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."
|
||||
tag="AI-Powered Creative Generation"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user