From 9c87dfe8ae778e1850cbeecc583b40ce35aaa096 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 19:43:18 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d3a4572..5dd7bf2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -31,11 +31,13 @@ export default function AboutPage() { { name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Services", id: "/services" }, - { name: "Features", id: "/#comparison-features" }, + { name: "Our Work", id: "/#work" }, + { name: "Why Us", id: "/#comparison-features" }, + { name: "Our Team", id: "/#team" }, { name: "FAQ", id: "/#faq" }, - { name: "Contact", id: "/contact" } + { name: "Contact", id: "/#contact" } ]} - button={{ text: "Get in Touch", href: "/contact" }} + button={{ text: "Get in Touch", href: "/#contact" }} /> @@ -88,7 +90,7 @@ export default function AboutPage() { description="Reach out to us today to discuss how SyninUs can bring your vision to life." background={{ variant: "rotated-rays-animated" }} buttons={[ - { text: "Get in Touch", href: "/contact" } + { text: "Get in Touch", href: "/#contact" } ]} buttonAnimation="slide-up" useInvertedBackground={false} @@ -103,17 +105,19 @@ export default function AboutPage() { { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, - { label: "Features", href: "/#comparison-features" }, + { label: "Our Work", href: "/#work" }, + { label: "Why Us", href: "/#comparison-features" }, + { label: "Our Team", href: "/#team" }, { label: "FAQ", href: "/#faq" }, - { label: "Contact", href: "/contact" }, - ], + { label: "Contact", href: "/#contact" } + ] }, { title: "Services", items: [ { label: "Website Development", href: "/services" }, { label: "Graphic Design", href: "/services" }, - { label: "Business Strategy", href: "/services" }, - ], + { label: "Business Strategy", href: "/services" } + ] }, { title: "Connect", items: [ @@ -121,8 +125,8 @@ export default function AboutPage() { { label: "LinkedIn", href: "#" }, { label: "Instagram", href: "#" }, { label: "Email: infosyninus@gmail.com", href: "mailto:infosyninus@gmail.com" } - ], - }, + ] + } ]} />