4 Commits

Author SHA1 Message Date
5051e3b91b Merge version_3 into main
Merge version_3 into main
2026-06-05 19:43:24 +00:00
9c87dfe8ae Update src/app/about/page.tsx 2026-06-05 19:43:18 +00:00
d8d9b97d0b Merge version_2 into main
Merge version_2 into main
2026-06-05 19:39:26 +00:00
3d9735218a Merge version_2 into main
Merge version_2 into main
2026-06-05 19:38:41 +00:00

View File

@@ -31,11 +31,13 @@ export default function AboutPage() {
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Services", id: "/services" }, { 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: "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" }}
/> />
<MediaAbout <MediaAbout
@@ -47,7 +49,7 @@ export default function AboutPage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Our Services", href: "/services" }, { text: "Our Services", href: "/services" },
{ text: "Get in Touch", href: "/contact" } { text: "Get in Touch", href: "/#contact" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -88,7 +90,7 @@ export default function AboutPage() {
description="Reach out to us today to discuss how SyninUs can bring your vision to life." description="Reach out to us today to discuss how SyninUs can bring your vision to life."
background={{ variant: "rotated-rays-animated" }} background={{ variant: "rotated-rays-animated" }}
buttons={[ buttons={[
{ text: "Get in Touch", href: "/contact" } { text: "Get in Touch", href: "/#contact" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -103,17 +105,19 @@ export default function AboutPage() {
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Services", href: "/services" }, { 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: "FAQ", href: "/#faq" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/#contact" }
], ]
}, },
{ {
title: "Services", items: [ title: "Services", items: [
{ label: "Website Development", href: "/services" }, { label: "Website Development", href: "/services" },
{ label: "Graphic Design", href: "/services" }, { label: "Graphic Design", href: "/services" },
{ label: "Business Strategy", href: "/services" }, { label: "Business Strategy", href: "/services" }
], ]
}, },
{ {
title: "Connect", items: [ title: "Connect", items: [
@@ -121,8 +125,8 @@ export default function AboutPage() {
{ label: "LinkedIn", href: "#" }, { label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" }, { label: "Instagram", href: "#" },
{ label: "Email: infosyninus@gmail.com", href: "mailto:infosyninus@gmail.com" } { label: "Email: infosyninus@gmail.com", href: "mailto:infosyninus@gmail.com" }
], ]
}, }
]} ]}
/> />
</ReactLenis> </ReactLenis>