Update src/app/landing/page.tsx

This commit is contained in:
2026-06-10 16:13:56 +00:00
parent e8552851a0
commit 7b03d0fa70

View File

@@ -26,11 +26,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", href: "/"}, name: "Home", id: "/"},
{ {
name: "Landing", href: "/landing"}, name: "Landing", id: "/landing"},
{ {
name: "Product", href: "/product"}, name: "Product", id: "/product"},
{ {
name: "Contact", id: "#contact"} name: "Contact", id: "#contact"}
]} ]}
@@ -45,8 +45,6 @@ export default function LandingPage() {
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
title="Your Gateway to Innovation" title="Your Gateway to Innovation"
imageSrc="http://img.b2bpic.net/free-photo/futuristic-mobile-phone-ai-generated_23-2151128362.jpg"
imageAlt="Futuristic mobile phone with glowing screen"
linkCards={[ linkCards={[
{ {
icon: Rocket, icon: Rocket,