Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-05 19:39:27 +00:00
2 changed files with 13 additions and 12 deletions

View File

@@ -28,12 +28,12 @@ export default function AboutPage() {
<NavbarLayoutFloatingOverlay
brandName="SyninUs"
navItems={[
{ name: "Home", href: "/" },
{ name: "About", href: "/about" },
{ name: "Services", href: "/services" },
{ name: "Features", href: "/#comparison-features" },
{ name: "FAQ", href: "/#faq" },
{ name: "Contact", href: "/contact" }
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Features", id: "/#comparison-features" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get in Touch", href: "/contact" }}
/>
@@ -58,6 +58,7 @@ export default function AboutPage() {
animationType="depth-3d"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
textboxLayout="default"
members={[
{ id: "1", name: "Sarah Miller", role: "Lead Web Developer", imageSrc: "http://img.b2bpic.net/free-photo/startup-programmer-testing-debugging-company-ai-software_482257-118786.jpg", imageAlt: "Sarah Miller" },
{ id: "2", name: "Valentina Reyes", role: "Creative Graphic Designer", imageSrc: "http://img.b2bpic.net/free-photo/digital-media-expert-working-photo-editing-with-professional-software_482257-125064.jpg", imageAlt: "Valentina Reyes" },

View File

@@ -26,12 +26,12 @@ export default function ServicesPage() {
<NavbarLayoutFloatingOverlay
brandName="SyninUs"
navItems={[
{ name: "Home", href: "/" },
{ name: "About", href: "/about" },
{ name: "Services", href: "/services" },
{ name: "Features", href: "/#comparison-features" },
{ name: "FAQ", href: "/#faq" },
{ name: "Contact", href: "/contact" }
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Features", id: "/#comparison-features" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get in Touch", href: "/contact" }}
/>