Update src/app/page.tsx

This commit is contained in:
2026-05-22 22:16:19 +00:00
parent 14004c1278
commit e38b3218be

View File

@@ -32,15 +32,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Mission", id: "#about"},
name: "Mission", id: "/#about"},
{
name: "Solutions", id: "#features"},
name: "Solutions", id: "/#features"},
{
name: "Contact", id: "#contact"},
name: "Blog", id: "/blog"},
{
name: "Contact", id: "/#contact"},
]}
brandName="MontriWeb"
button={{
text: "Get Started", href: "#contact"}}
text: "Get Started", href: "/#contact"}}
/>
</div>
@@ -61,7 +63,7 @@ export default function LandingPage() {
enableKpiAnimation={true}
buttons={[
{
text: "Explore Services", href: "#features"},
text: "Explore Services", href: "/#features"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E665B6wm8CMNvYChmBhM1LZz9e/uploaded-1779487640172-yftlqhzn.jpg"
imageAlt="AI Business Solutions"
@@ -207,17 +209,19 @@ export default function LandingPage() {
{
title: "Links", items: [
{
label: "Home", href: "#"},
label: "Home", href: "/"},
{
label: "Services", href: "#features"},
label: "Services", href: "/#features"},
{
label: "Blog", href: "/blog"},
],
},
{
title: "Legal", items: [
{
label: "Privacy", href: "#"},
label: "Privacy", href: "/#"},
{
label: "Terms", href: "#"},
label: "Terms", href: "/#"},
],
},
]}