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