Merge version_3 into main #3

Merged
bender merged 3 commits from version_3 into main 2026-06-10 16:14:00 +00:00
3 changed files with 9 additions and 11 deletions

View File

@@ -26,11 +26,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
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"}
]}
@@ -45,8 +45,6 @@ export default function LandingPage() {
background={{
variant: "radial-gradient"}}
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={[
{
icon: Rocket,

View File

@@ -27,11 +27,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
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"}
]}

View File

@@ -26,11 +26,11 @@ export default function ProductPage() {
<NavbarLayoutFloatingOverlay
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"}
]}