Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-17 10:05:04 +00:00

View File

@@ -53,9 +53,9 @@ export default function LandingPage() {
description="Bridging the gap between the deaf and hearing worlds with advanced 3D avatar rendering, syntax transformation, and real-time gesture recognition."
buttons={[
{
text: "Start Translation", href: "#contact"},
text: "Start Translation", href: "contact"},
{
text: "See Architecture", href: "#system"},
text: "See Architecture", href: "about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-futuristic-person-listening-music-headphones_23-2151072902.jpg?_wi=1"
imageAlt="OmniSign Platform Dashboard"
@@ -252,17 +252,17 @@ export default function LandingPage() {
{
title: "Platform", items: [
{
label: "Architecture", href: "#system"},
label: "Architecture", href: "about"},
{
label: "Features", href: "#features"},
label: "Features", href: "features"},
],
},
{
title: "Company", items: [
{
label: "About", href: "#about"},
label: "About", href: "about"},
{
label: "Blog", href: "#blog"},
label: "Blog", href: "blog"},
],
},
{
@@ -280,4 +280,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}