From 5e70759720d3b635623a802786f7653e3cfa02d0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:01:47 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 70 ++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 44 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d3fef6f..5f8e820 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,35 +3,35 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; +import HeroLogoCenter from "@/components/sections/hero/HeroLogoCenter"; +import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import ContactText from "@/components/sections/contact/ContactText"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Sparkles, Film } from "lucide-react"; export default function AboutPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "About", id: "about" }, - { name: "Services", id: "services" }, - { name: "Social Spot", id: "social-spot" }, - { name: "Cosmic Monkey", id: "cosmic-monkey" }, + { name: "Home", id: "/" }, + { name: "About", id: "#about" }, + { name: "Services", id: "#services" }, + { name: "Social Spot", id: "/social-spot" }, + { name: "Cosmic Monkey", id: "/cosmic-monkey" }, ]; const footerColumns = [ { title: "Solutions", items: [ { label: "TG Entertainment", href: "/" }, - { label: "Social Spot", href: "/#social-spot" }, - { label: "Cosmic Monkey", href: "/#cosmic-monkey" }, + { label: "Social Spot", href: "/social-spot" }, + { label: "Cosmic Monkey", href: "/cosmic-monkey" }, { label: "Services", href: "/#services" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "/about" }, + { label: "About Us", href: "/#about" }, { label: "Our Process", href: "/#services" }, - { label: "Team", href: "/about" }, + { label: "Team", href: "/#about" }, { label: "Contact", href: "/#contact" }, ], }, @@ -62,50 +62,31 @@ export default function AboutPage() {
-
- @@ -132,7 +112,7 @@ export default function AboutPage() { animationType="entrance-slide" background={{ variant: "plain" }} buttons={[ - { text: "Start a Project", href: "/contact" }, + { text: "Start a Project", href: "#contact" }, { text: "View Portfolio", href: "/" }, ]} useInvertedBackground={false} @@ -140,12 +120,14 @@ export default function AboutPage() {
); -} \ No newline at end of file +} From e6e5b1a05d9beb7eafb099541d300050413336c5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:01:47 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 46 ++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 60cedbd..162862a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,33 +3,33 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import ContactText from "@/components/sections/contact/ContactText"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; import Link from "next/link"; export default function ContactPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "About", id: "about" }, - { name: "Services", id: "services" }, - { name: "Social Spot", id: "social-spot" }, - { name: "Cosmic Monkey", id: "cosmic-monkey" }, + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/#services" }, + { name: "Social Spot", id: "/social-spot" }, + { name: "Cosmic Monkey", id: "/cosmic-monkey" }, ]; const footerColumns = [ { title: "Solutions", items: [ { label: "TG Entertainment", href: "/" }, - { label: "Social Spot", href: "/" }, - { label: "Cosmic Monkey", href: "/" }, - { label: "Services", href: "/" }, + { label: "Social Spot", href: "/social-spot" }, + { label: "Cosmic Monkey", href: "/cosmic-monkey" }, + { label: "Services", href: "/#services" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "/" }, - { label: "Our Process", href: "/" }, - { label: "Team", href: "/" }, - { label: "Contact", href: "/contact" }, + { label: "About Us", href: "/#about" }, + { label: "Our Process", href: "/#services" }, + { label: "Team", href: "/#about" }, + { label: "Contact", href: "/#contact" }, ], }, { @@ -57,14 +57,8 @@ export default function ContactPage() { > ); -} \ No newline at end of file +} From 7eb79b9c95d0dfb7821470fb63e083ca0f93c45d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:01:48 +0000 Subject: [PATCH 3/6] Update src/app/cosmic-monkey/page.tsx --- src/app/cosmic-monkey/page.tsx | 99 +++++++++++++++------------------- 1 file changed, 42 insertions(+), 57 deletions(-) diff --git a/src/app/cosmic-monkey/page.tsx b/src/app/cosmic-monkey/page.tsx index 5ff58fe..422d400 100644 --- a/src/app/cosmic-monkey/page.tsx +++ b/src/app/cosmic-monkey/page.tsx @@ -1,13 +1,13 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import ContactText from '@/components/sections/contact/ContactText'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import Link from 'next/link'; -import { Film, Award, Zap, TrendingUp } from 'lucide-react'; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; +import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; +import Link from "next/link"; +import { Film, Award, Zap, TrendingUp } from "lucide-react"; export default function CosmicMonkeyPage() { return ( @@ -24,23 +24,22 @@ export default function CosmicMonkeyPage() { headingFontWeight="semibold" >
-
-
- ); -} \ No newline at end of file +} From d9b55a36b841425ec9fb3facb8071a7283929b8f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:01:49 +0000 Subject: [PATCH 4/6] Update src/app/layout.tsx --- src/app/layout.tsx | 1427 +------------------------------------------- 1 file changed, 14 insertions(+), 1413 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 18e1581..b1bcae7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1429 +1,31 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Inter_Tight } from "next/font/google"; +import "./styles/variables.css"; +import "./styles/base.css"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import { ServiceWrapper } from "@/providers/themeProvider/ServiceWrapper"; +import { Tag } from "@/components/shared/Tag"; -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const interTight = Inter_Tight({ - variable: "--font-inter-tight", - subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "TG Entertainment - AI-Augmented Creative Agency | Premium Campaigns & Production", - description: "Transform your brand with TG Entertainment. Premium creative agency blending human ingenuity with AI efficiency. Strategy, design, production, and social solutions for startups to enterprises.", - keywords: "creative agency, branding, production, digital marketing, AI creative, Social Spot, Cosmic Monkey Studios, campaign creation", - metadataBase: new URL("https://tgentertainment.com"), - openGraph: { - title: "TG Entertainment - Next-Gen Creative Agency", - description: "Human creativity × AI efficiency. Premium campaigns, branding, and production solutions.", - siteName: "TG Entertainment", - type: "website", - }, - twitter: { - card: "summary_large_image", - title: "TG Entertainment - AI-Augmented Creative Agency", - description: "Premium creative solutions blending human brilliance with intelligent automation.", - }, - robots: { - index: true, - follow: true, - }, -}; + title: "TG Entertainment", description: "Human Creativity × AI Efficiency - Premium creative agency"}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - + + {children} - +