From 26d40b221343e59ad127994a4a85e9f549b684a3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:04:03 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5f8e820..fef70de 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,7 +3,7 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroLogoCenter from "@/components/sections/hero/HeroLogoCenter"; +import HeroLogoCenter from "@/components/sections/hero/HeroLogoCenter/HeroLogoCenter"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; @@ -12,7 +12,7 @@ import { Sparkles, Film } from "lucide-react"; export default function AboutPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "About", id: "#about" }, + { name: "About", id: "/about" }, { name: "Services", id: "#services" }, { name: "Social Spot", id: "/social-spot" }, { name: "Cosmic Monkey", id: "/cosmic-monkey" }, @@ -29,10 +29,10 @@ export default function AboutPage() { }, { title: "Company", items: [ - { label: "About Us", href: "/#about" }, + { label: "About Us", href: "/about" }, { label: "Our Process", href: "/#services" }, - { label: "Team", href: "/#about" }, - { label: "Contact", href: "/#contact" }, + { label: "Team", href: "/about" }, + { label: "Contact", href: "#contact" }, ], }, { @@ -62,7 +62,8 @@ export default function AboutPage() { @@ -94,11 +95,17 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "TG Entertainment", description: "Our flagship full-service creative agency offering strategy, design, production, and AI-augmented workflows for enterprise clients and ambitious brands.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-sleek-creative-agency-workspace-with-m-1773035469446-f79fbb53.png", imageAlt: "TG Entertainment flagship agency"}, + id: 1, + title: "TG Entertainment", description: "Our flagship full-service creative agency offering strategy, design, production, and AI-augmented workflows for enterprise clients and ambitious brands.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-sleek-creative-agency-workspace-with-m-1773035469446-f79fbb53.png", imageAlt: "TG Entertainment flagship agency" + }, { - id: "02", title: "Social Spot", description: "Tailored for startups and SMEs seeking growth-focused social media solutions. Swipe-worthy content, trending reels, and strategic monthly planning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/vibrant-social-media-content-creation-sh-1773035468629-c86e61a3.png", imageAlt: "Social Spot social media content"}, + id: 2, + title: "Social Spot", description: "Tailored for startups and SMEs seeking growth-focused social media solutions. Swipe-worthy content, trending reels, and strategic monthly planning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/vibrant-social-media-content-creation-sh-1773035468629-c86e61a3.png", imageAlt: "Social Spot social media content" + }, { - id: "03", title: "Cosmic Monkey Studios", description: "High-end production house specializing in cinematic campaigns, luxury brand visuals, and VFX-driven content for premium clients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-cinematic-production-still-from-a-high-1773035470369-68ca9538.png", imageAlt: "Cosmic Monkey Studios cinematic production"}, + id: 3, + title: "Cosmic Monkey Studios", description: "High-end production house specializing in cinematic campaigns, luxury brand visuals, and VFX-driven content for premium clients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-cinematic-production-still-from-a-high-1773035470369-68ca9538.png", imageAlt: "Cosmic Monkey Studios cinematic production" + }, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1 From 339d14d57156c83350e64ed2e4679e4e208aef81 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:04:03 +0000 Subject: [PATCH 2/5] Update src/app/cosmic-monkey/page.tsx --- src/app/cosmic-monkey/page.tsx | 48 +++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 15 deletions(-) diff --git a/src/app/cosmic-monkey/page.tsx b/src/app/cosmic-monkey/page.tsx index 422d400..6c6975c 100644 --- a/src/app/cosmic-monkey/page.tsx +++ b/src/app/cosmic-monkey/page.tsx @@ -28,12 +28,13 @@ export default function CosmicMonkeyPage() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "/about" }, - { name: "Services", id: "/#services" }, + { name: "Services", id: "#services" }, { name: "Social Spot", id: "/social-spot" }, { name: "Cosmic Monkey", id: "/cosmic-monkey" }, ]} button={{ - text: "Start Your Project", href: "#contact"}} + text: "Start Your Project", href: "#contact" + }} brandName="TG Entertainment" /> @@ -47,16 +48,23 @@ export default function CosmicMonkeyPage() { tagAnimation="slide-up" buttons={[ { - text: "Back to Home", href: "/"}, + text: "Back to Home", href: "/" + }, ]} buttonAnimation="slide-up" features={[ { - id: "01", title: "Pre-Production", description: "Strategic creative development, storyboarding, and production planning with cinematic vision.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-strategic-discovery-phase-visualizatio-1773035469417-75498901.png", imageAlt: "Pre-production planning"}, + id: 1, + title: "Pre-Production", description: "Strategic creative development, storyboarding, and production planning with cinematic vision.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-strategic-discovery-phase-visualizatio-1773035469417-75498901.png", imageAlt: "Pre-production planning" + }, { - id: "02", title: "Production", description: "Cinematic cinematography, world-class direction, and premium on-set execution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-high-end-film-and-video-production-set-1773035468744-d275f092.png", imageAlt: "Professional production"}, + id: 2, + title: "Production", description: "Cinematic cinematography, world-class direction, and premium on-set execution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-high-end-film-and-video-production-set-1773035468744-d275f092.png", imageAlt: "Professional production" + }, { - id: "03", title: "Post-Production & VFX", description: "Color grading, VFX, motion design, and sound—western advertising standards throughout.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-stunning-vfx-and-visual-effects-showca-1773035469368-320e3733.png", imageAlt: "VFX and post-production"}, + id: 3, + title: "Post-Production & VFX", description: "Color grading, VFX, motion design, and sound—western advertising standards throughout.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-stunning-vfx-and-visual-effects-showca-1773035469368-320e3733.png", imageAlt: "VFX and post-production" + }, ]} textboxLayout="split" animationType="slide-up" @@ -71,13 +79,21 @@ export default function CosmicMonkeyPage() { textboxLayout="default" features={[ { - id: "1", title: "Award-Winning", description: "50+ Awards", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-cinematic-production-still-from-a-high-1773035470369-68ca9538.png", imageAlt: "Award-winning"}, + id: 1, + title: "Award-Winning", description: "50+ Awards", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-cinematic-production-still-from-a-high-1773035470369-68ca9538.png", imageAlt: "Award-winning" + }, { - id: "2", title: "Cinematic Quality", description: "Hollywood Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-high-end-film-and-video-production-set-1773035468744-d275f092.png", imageAlt: "Cinematic quality"}, + id: 2, + title: "Cinematic Quality", description: "Hollywood Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-high-end-film-and-video-production-set-1773035468744-d275f092.png", imageAlt: "Cinematic quality" + }, { - id: "3", title: "Proven Results", description: "2x ROI Average", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-strategic-planning-visualization-showi-1773035469617-c5565f96.png", imageAlt: "Proven results"}, + id: 3, + title: "Proven Results", description: "2x ROI Average", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-strategic-planning-visualization-showi-1773035469617-c5565f96.png", imageAlt: "Proven results" + }, { - id: "4", title: "Fast Execution", description: "30% Quicker", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-sophisticated-visualization-of-ai-augm-1773035469134-2cc7be9e.png", imageAlt: "Fast execution"}, + id: 4, + title: "Fast Execution", description: "30% Quicker", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-sophisticated-visualization-of-ai-augm-1773035469134-2cc7be9e.png", imageAlt: "Fast execution" + }, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -91,9 +107,11 @@ export default function CosmicMonkeyPage() { animationType="entrance-slide" buttons={[ { - text: "Discuss Your Production", href: "#contact"}, + text: "Discuss Your Production", href: "#contact" + }, { - text: "View Our Portfolio", href: "/"}, + text: "View Our Portfolio", href: "/" + }, ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -114,10 +132,10 @@ export default function CosmicMonkeyPage() { }, { title: "Company", items: [ - { label: "About Us", href: "/#about" }, + { label: "About Us", href: "/about" }, { label: "Our Process", href: "/#services" }, - { label: "Team", href: "/#about" }, - { label: "Contact", href: "/#contact" }, + { label: "Team", href: "/about" }, + { label: "Contact", href: "#contact" }, ], }, { -- 2.49.1 From 0a0ee0d1c157bbebadc611707242e564d57fbb02 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:04:04 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b1bcae7..85ce209 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,13 +3,12 @@ import { Inter } from "next/font/google"; import "./styles/variables.css"; import "./styles/base.css"; import "./globals.css"; -import { ServiceWrapper } from "@/providers/themeProvider/ServiceWrapper"; -import { Tag } from "@/components/shared/Tag"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "TG Entertainment", description: "Human Creativity × AI Efficiency - Premium creative agency"}; + title: "TG Entertainment", description: "Human Creativity × AI Efficiency - Premium creative agency" +}; export default function RootLayout({ children, @@ -19,10 +18,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}