From d68612047ea070f9e2fc93632aabe026c973c475 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:50:17 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 133 +++++++++++------------------------------------ 1 file changed, 30 insertions(+), 103 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ad46c0..b9d07ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "AI Video Production", href: "/services" }, { label: "Commercial Creation", href: "/services" }, { label: "Motion Graphics", href: "/services" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "Portfolio", href: "/portfolio" }, { label: "Pricing", href: "/pricing" }, { label: "About Us", href: "/" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "AI Creative Guide", href: "/" }, { label: "Case Studies", href: "/portfolio" }, { label: "Blog", href: "/" }, @@ -109,19 +106,11 @@ export default function HomePage() { useInvertedBackground={false} negativeCard={{ items: [ - "Slow multi-week production timelines", - "Expensive traditional workflows", - "Limited creative variations", - "Budget overruns on campaigns", - ], + "Slow multi-week production timelines", "Expensive traditional workflows", "Limited creative variations", "Budget overruns on campaigns"], }} positiveCard={{ items: [ - "Faster production timelines", - "Lower production costs", - "More creative variations for testing", - "Campaign ready assets across multiple platforms", - ], + "Faster production timelines", "Lower production costs", "More creative variations for testing", "Campaign ready assets across multiple platforms"], }} animationType="slide-up" tag="The Problem We Solve" @@ -139,19 +128,11 @@ export default function HomePage() { useInvertedBackground={true} negativeCard={{ items: [ - "Manual, repetitive design work", - "Long revision cycles", - "Limited asset variations", - ], + "Manual, repetitive design work", "Long revision cycles", "Limited asset variations"], }} 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", "AI Creative Consulting - Helping brands integrate AI into their marketing production workflows"], }} animationType="blur-reveal" tag="What We Offer" @@ -176,29 +157,14 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", - name: "Crypto Security Awareness Video", - price: "AI Commercial", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-professional-educational-video-still-o-1772642858463-6b4109b2.png?_wi=1", - imageAlt: "Crypto Security Video", - }, + id: "1", name: "Crypto Security Awareness Video", price: "AI Commercial", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-professional-educational-video-still-o-1772642858463-6b4109b2.png", imageAlt: "Crypto Security Video"}, { - id: "2", - name: "Brand Social Campaign", - price: "Motion Graphics", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-vibrant-social-media-campaign-visual-o-1772642856703-4737b5e6.png?_wi=1", - imageAlt: "Brand Social Campaign", - }, + id: "2", name: "Brand Social Campaign", price: "Motion Graphics", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-vibrant-social-media-campaign-visual-o-1772642856703-4737b5e6.png", imageAlt: "Brand Social Campaign"}, { - id: "3", - name: "Product Launch Video", - price: "AI Generated Commercial", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-polished-product-launch-video-still-or-1772642856922-db5ce039.png?_wi=1", - imageAlt: "Product Launch Video", - }, + id: "3", name: "Product Launch Video", price: "AI Generated Commercial", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-polished-product-launch-video-still-or-1772642856922-db5ce039.png", imageAlt: "Product Launch Video"}, ]} buttons={[{ text: "Explore the Full Portfolio", href: "/portfolio" }]} buttonAnimation="slide-up" @@ -226,6 +192,7 @@ export default function HomePage() { -- 2.49.1 From 6b559da5131c716aa40aaa7098c79bb5d2c5e980 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:50:18 +0000 Subject: [PATCH 2/3] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 64 ++++++++++---------------------------- 1 file changed, 16 insertions(+), 48 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index a9473f4..ad724b9 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -18,8 +18,7 @@ export default function PortfolioPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "AI Video Production", href: "/services" }, { label: "Commercial Creation", href: "/services" }, { label: "Motion Graphics", href: "/services" }, @@ -27,8 +26,7 @@ export default function PortfolioPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "Portfolio", href: "/portfolio" }, { label: "Pricing", href: "/pricing" }, { label: "About Us", href: "/" }, @@ -36,8 +34,7 @@ export default function PortfolioPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "AI Creative Guide", href: "/" }, { label: "Case Studies", href: "/portfolio" }, { label: "Blog", href: "/" }, @@ -83,53 +80,23 @@ export default function PortfolioPage() { gridVariant="bento-grid" products={[ { - id: "1", - name: "Crypto Security Awareness Video", - price: "AI Commercial", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-professional-educational-video-still-o-1772642858463-6b4109b2.png?_wi=2", - imageAlt: "Crypto Security Video", - }, + id: "1", name: "Crypto Security Awareness Video", price: "AI Commercial", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-professional-educational-video-still-o-1772642858463-6b4109b2.png", imageAlt: "Crypto Security Video"}, { - id: "2", - name: "Brand Social Campaign", - price: "Motion Graphics", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-vibrant-social-media-campaign-visual-o-1772642856703-4737b5e6.png?_wi=2", - imageAlt: "Brand Social Campaign", - }, + id: "2", name: "Brand Social Campaign", price: "Motion Graphics", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-vibrant-social-media-campaign-visual-o-1772642856703-4737b5e6.png", imageAlt: "Brand Social Campaign"}, { - id: "3", - name: "Product Launch Video", - price: "AI Generated Commercial", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-polished-product-launch-video-still-or-1772642856922-db5ce039.png?_wi=2", - imageAlt: "Product Launch Video", - }, + id: "3", name: "Product Launch Video", price: "AI Generated Commercial", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-polished-product-launch-video-still-or-1772642856922-db5ce039.png", imageAlt: "Product Launch Video"}, { - id: "4", - name: "Motion Graphics Suite", - price: "Dynamic Animations", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/vibrant-and-dynamic-motion-graphics-desi-1772642857790-d60c7b6d.png", - imageAlt: "Motion Graphics Suite", - }, + id: "4", name: "Motion Graphics Suite", price: "Dynamic Animations", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/vibrant-and-dynamic-motion-graphics-desi-1772642857790-d60c7b6d.png", imageAlt: "Motion Graphics Suite"}, { - id: "5", - name: "Graphic Design Campaign", - price: "Brand Visuals", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/professional-graphic-design-workspace-sh-1772642858061-eeb32787.png", - imageAlt: "Graphic Design Campaign", - }, + id: "5", name: "Graphic Design Campaign", price: "Brand Visuals", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/professional-graphic-design-workspace-sh-1772642858061-eeb32787.png", imageAlt: "Graphic Design Campaign"}, { - id: "6", - name: "Commercial Production", - price: "Full Commercial", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-polished-commercial-or-advertisement-p-1772642857829-8ddceb75.png", - imageAlt: "Commercial Production", - }, + id: "6", name: "Commercial Production", price: "Full Commercial", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUMcZjgypY9viEkugChOKNPLY6/a-polished-commercial-or-advertisement-p-1772642857829-8ddceb75.png", imageAlt: "Commercial Production"}, ]} buttons={[{ text: "Start Your Project", href: "/" }]} buttonAnimation="slide-up" @@ -141,6 +108,7 @@ export default function PortfolioPage() { Date: Wed, 4 Mar 2026 16:50:18 +0000 Subject: [PATCH 3/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 7c80e6b..06ef8cc 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -18,8 +18,7 @@ export default function PricingPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "AI Video Production", href: "/services" }, { label: "Commercial Creation", href: "/services" }, { label: "Motion Graphics", href: "/services" }, @@ -27,8 +26,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "Portfolio", href: "/portfolio" }, { label: "Pricing", href: "/pricing" }, { label: "About Us", href: "/" }, @@ -36,8 +34,7 @@ export default function PricingPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "AI Creative Guide", href: "/" }, { label: "Case Studies", href: "/portfolio" }, { label: "Blog", href: "/" }, @@ -90,6 +87,7 @@ export default function PricingPage() {