Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5051e3b91b | |||
| 9c87dfe8ae | |||
| d8d9b97d0b | |||
| 3d9735218a |
@@ -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" }}
|
||||
/>
|
||||
|
||||
<MediaAbout
|
||||
@@ -47,7 +49,7 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Our Services", href: "/services" },
|
||||
{ text: "Get in Touch", href: "/contact" }
|
||||
{ text: "Get in Touch", href: "/#contact" }
|
||||
]}
|
||||
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."
|
||||
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" }
|
||||
],
|
||||
},
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user