From a8d6fa5a17663cb649e958035181c7f7836f80d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:58:01 +0000 Subject: [PATCH 1/4] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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", -- 2.49.1 From fd17d038eb8d66c9f1ae3daae58c46ad7160429e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:58:01 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */} -- 2.49.1 From 2937b595fa7737157c997700f091cc02d8b0d241 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:58:02 +0000 Subject: [PATCH 3/4] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */} -- 2.49.1 From 2e21500cb9c12371e050cfcafe8319c0deaffecd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:58:02 +0000 Subject: [PATCH 4/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */} -- 2.49.1