Update src/app/landing/page.tsx
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user