Merge version_1 into main #6

Merged
bender merged 4 commits from version_1 into main 2026-03-04 16:58:07 +00:00
4 changed files with 15 additions and 15 deletions

View File

@@ -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",

View File

@@ -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 */}
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="AI Creative"
brandName="SE7EN7"
navItems={navItems}
button={{ text: "Start a Project", href: "#contact" }}
animateOnLoad={true}
@@ -132,7 +132,7 @@ export default function HomePage() {
}}
positiveCard={{
items: [
"AI Video Production - High impact AI generated video content designed for ads, social media, and brand storytelling", "Commercial Creation - Full concept to final commercial production using AI enhanced workflows", "Motion Graphics - Dynamic motion design, explainer visuals, and animated brand content", "Graphic Design - Campaign graphics, social content, digital ads, and brand visuals", "AI Creative Consulting - Helping brands integrate AI into their marketing production workflows"],
"AI Video Production - High impact AI generated video content designed for ads, social media, and brand storytelling", "Commercial Creation - Full concept to final commercial production using AI enhanced workflows", "Motion Graphics - Dynamic motion design, explainer visuals, and animated brand content", "Graphic Design - Campaign graphics, social content, digital ads, and brand visuals", "SE7EN7 Consulting - Helping brands integrate AI into their marketing production workflows"],
}}
animationType="blur-reveal"
tag="What We Offer"
@@ -240,7 +240,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2025 AI Creative. AI powered creative for brands that want to move faster."
copyrightText="© 2025 SE7EN7. AI powered creative for brands that want to move faster."
/>
</div>
</ThemeProvider>

View File

@@ -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 */}
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="AI Creative"
brandName="SE7EN7"
navItems={navItems}
button={{ text: "Start a Project", href: "#contact" }}
animateOnLoad={true}
@@ -121,7 +121,7 @@ export default function PortfolioPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2025 AI Creative. AI powered creative for brands that want to move faster."
copyrightText="© 2025 SE7EN7. AI powered creative for brands that want to move faster."
/>
</div>
</ThemeProvider>

View File

@@ -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 */}
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="AI Creative"
brandName="SE7EN7"
navItems={navItems}
button={{ text: "Start a Project", href: "#contact" }}
animateOnLoad={true}
@@ -100,7 +100,7 @@ export default function PricingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2025 AI Creative. AI powered creative for brands that want to move faster."
copyrightText="© 2025 SE7EN7. AI powered creative for brands that want to move faster."
/>
</div>
</ThemeProvider>