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() {
@@ -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() {
@@ -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" },