Merge version_2 into main #4
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user