Update src/app/about/page.tsx

This commit is contained in:
2026-03-09 06:11:47 +00:00
parent 5b0484204c
commit e811308098

View File

@@ -83,7 +83,7 @@ export default function AboutPage() {
buttonAnimation="slide-up"
dashboard={{
title: "About TG Entertainment", logoIcon: Hexagon,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-collaborative-creative-team-of-diverse-1773035470076-7f8faaf6.png", buttons: [{ text: "Learn More", href: "#" }, { text: "Contact", href: "#contact" }],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-collaborative-creative-team-of-diverse-1773035470076-7f8faaf6.png?_wi=4", buttons: [{ text: "Learn More", href: "#" }, { text: "Contact", href: "#contact" }],
sidebarItems: [{ icon: House, active: true }, { icon: MessageSquareText }, { icon: Settings }],
stats: [
{ title: "Founded", values: [2020, 2021, 2022], description: "Our journey began." },
@@ -110,11 +110,11 @@ export default function AboutPage() {
features={[
{
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"
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?_wi=3", imageAlt: "TG Entertainment flagship agency"
},
{
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"
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?_wi=2", imageAlt: "Social Spot social media content"
},
{
id: 3,
@@ -144,7 +144,7 @@ export default function AboutPage() {
logoText="TG Entertainment"
columns={footerColumns}
copyrightText="© 2025 TG Entertainment. All rights reserved. Crafted with creativity and intelligence."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-collaborative-creative-team-of-diverse-1773035470076-7f8faaf6.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-collaborative-creative-team-of-diverse-1773035470076-7f8faaf6.png?_wi=5"
imageAlt="Creative team"
/>
</div>