Merge version_2 into main #8

Merged
bender merged 2 commits from version_2 into main 2026-03-09 06:09:01 +00:00
2 changed files with 4 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
import HeroLogoCenter from "@/components/sections/hero/HeroLogoCenter";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import ContactText from "@/components/sections/contact/ContactText";
import FooterMedia from "@/components/sections/footer/FooterMedia";
@@ -69,8 +69,7 @@ export default function AboutPage() {
</div>
<div id="hero-about" data-section="hero-about">
<HeroLogoBillboardSplit
title="Our Story & Vision"
<HeroLogoCenter
description="TG Entertainment was founded on the belief that great creative work doesn't have to choose between quality and speed. We set out to prove that by combining strategic brilliance, artistic excellence, and intelligent automation, we could deliver premium results at the pace of the modern world."
tag="Creative Excellence Reimagined"
tagIcon={Sparkles}

View File

@@ -3,7 +3,7 @@
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
import HeroLogoCenter from "@/components/sections/hero/HeroLogoCenter";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
@@ -71,8 +71,7 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
title="Human Creativity × AI Efficiency"
<HeroLogoCenter
description="We blend strategic creative ingenuity with intelligent AI augmentation to deliver premium content, campaigns, and visuals faster, smarter, and more efficiently than traditional agencies. From startups to enterprises, we're built for the future."
tag="Next-Gen Creative Agency"
tagIcon={Sparkles}