diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 313bba3..56e2b04 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, diff --git a/src/app/page.tsx b/src/app/page.tsx index 642e31d..46c279b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() {