From 245e883ce219234b398ce4c075414723a63d7658 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:06:41 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 43 +++++++++++------------------------------- 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 155455a..03e7775 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -36,9 +36,7 @@ export default function AboutPage() { brandName="Social Agency" navItems={navItems} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} /> @@ -53,9 +51,10 @@ export default function AboutPage() { { value: "500+", title: "Successful Campaigns" }, { value: "10K+", title: "Team Hours Dedicated" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg" imageAlt="creative team office environment collaboration brainstorming" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={true} /> @@ -64,29 +63,13 @@ export default function AboutPage() { Date: Wed, 4 Mar 2026 17:06:42 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 80 +++++++++++++----------------------------------- 1 file changed, 22 insertions(+), 58 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 34f45f4..ec7367f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,9 +38,7 @@ export default function HomePage() { brandName="Social Agency" navItems={navItems} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} /> @@ -75,9 +73,10 @@ export default function HomePage() { { value: "500+", title: "Successful Campaigns Delivered" }, { value: "150%", title: "Average Engagement Growth" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg" imageAlt="creative team office environment collaboration brainstorming" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -106,29 +105,13 @@ export default function HomePage() { Date: Wed, 4 Mar 2026 17:06:42 +0000 Subject: [PATCH 3/3] Update src/app/team/page.tsx --- src/app/team/page.tsx | 43 +++++++++++-------------------------------- 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 3cc6aa8..e7771da 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -36,9 +36,7 @@ export default function TeamPage() { brandName="Social Agency" navItems={navItems} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} /> @@ -46,29 +44,13 @@ export default function TeamPage() { @@ -116,8 +99,7 @@ export default function TeamPage() { logoText="Social Agency" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Content Creation", href: "/services" }, { label: "Social Strategy", href: "/services" }, { label: "Paid Campaigns", href: "/services" }, @@ -125,8 +107,7 @@ export default function TeamPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Team", href: "/team" }, @@ -134,8 +115,7 @@ export default function TeamPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "/portfolio" }, { label: "Guide", href: "#" }, @@ -143,8 +123,7 @@ export default function TeamPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, -- 2.49.1