diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4831de8..3ad8d45 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,7 +16,7 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "AI Creative Production | Faster Video & Motion Design", + title: "SE7EN7 Production | Faster Video & Motion Design", description: "Combine AI technology with creative expertise to produce stunning videos, commercials, and motion graphics in days, not weeks. Faster timelines. Lower costs. Higher quality.", keywords: "AI video production, motion graphics, commercial production, AI creative, faster content creation", metadataBase: new URL("https://aicreativity.studio"), @@ -24,21 +24,21 @@ export const metadata: Metadata = { canonical: "https://aicreativity.studio", }, openGraph: { - title: "AI Creative Production | High-Impact Creative at Speed", + title: "SE7EN7 Production | High-Impact Creative at Speed", description: "AI-accelerated creative production combines artificial intelligence with human creative direction.", url: "https://aicreativity.studio", - siteName: "AI Creative", + siteName: "SE7EN7", type: "website", images: [ { url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-fast-moving-montage-of-ai-generated-vi-1772642860605-c126ad0d.png", - alt: "AI Creative Production Hero", + alt: "SE7EN7 Production Hero", }, ], }, twitter: { card: "summary_large_image", - title: "AI Creative Production | Faster Videos & Motion Design", + title: "SE7EN7 Production | Faster Videos & Motion Design", description: "AI-powered creative that's faster, smarter, and more cost-effective than traditional production.", images: [ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-fast-moving-montage-of-ai-generated-vi-1772642860605-c126ad0d.png", diff --git a/src/app/page.tsx b/src/app/page.tsx index bf14f41..3c5a5cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function HomePage() { }, { title: "Resources", items: [ - { label: "AI Creative Guide", href: "/" }, + { label: "SE7EN7 Guide", href: "/" }, { label: "Case Studies", href: "/portfolio" }, { label: "Blog", href: "/" }, { label: "Privacy Policy", href: "/" }, @@ -63,7 +63,7 @@ export default function HomePage() { {/* Navbar */} diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index b2d00bd..6946156 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -35,7 +35,7 @@ export default function PortfolioPage() { }, { title: "Resources", items: [ - { label: "AI Creative Guide", href: "/" }, + { label: "SE7EN7 Guide", href: "/" }, { label: "Case Studies", href: "/portfolio" }, { label: "Blog", href: "/" }, { label: "Privacy Policy", href: "/" }, @@ -59,7 +59,7 @@ export default function PortfolioPage() { {/* Navbar */} diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 06ef8cc..10e682b 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -35,7 +35,7 @@ export default function PricingPage() { }, { title: "Resources", items: [ - { label: "AI Creative Guide", href: "/" }, + { label: "SE7EN7 Guide", href: "/" }, { label: "Case Studies", href: "/portfolio" }, { label: "Blog", href: "/" }, { label: "Privacy Policy", href: "/" }, @@ -59,7 +59,7 @@ export default function PricingPage() { {/* Navbar */}