Merge version_2 into main #7

Merged
bender merged 2 commits from version_2 into main 2026-03-09 06:07:34 +00:00
2 changed files with 6 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 HeroLogoCenter from "@/components/sections/hero/HeroLogoCenter";
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import ContactText from "@/components/sections/contact/ContactText";
import FooterMedia from "@/components/sections/footer/FooterMedia";
@@ -69,7 +69,7 @@ export default function AboutPage() {
</div>
<div id="hero-about" data-section="hero-about">
<HeroLogoCenter
<HeroLogoBillboardSplit
title="Our Story & Vision"
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"
@@ -136,4 +136,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

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 HeroLogoCenter from "@/components/sections/hero/HeroLogoCenter";
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
@@ -71,7 +71,7 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoCenter
<HeroLogoBillboardSplit
title="Human Creativity × AI Efficiency"
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"
@@ -277,4 +277,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}