Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 14:20:38 +00:00

View File

@@ -29,11 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Features", id: "features" },
{ name: "Features", id: "features-bento" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Blog", id: "blog" }
{ name: "About", id: "about-metrics" },
{ name: "Contact", id: "contact-cta" }
]}
brandName="Nexus"
bottomLeftText="Global Innovation Hub"
@@ -169,7 +168,7 @@ export default function LandingPage() {
plans={[
{
id: "starter", price: "$299/mo", name: "Starter", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Get Started", href: "#contact-cta" },
{ text: "Learn More", href: "#" }
],
features: [
@@ -179,7 +178,7 @@ export default function LandingPage() {
{
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
price: "$799/mo", name: "Professional", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Get Started", href: "#contact-cta" },
{ text: "Chat to Sales", href: "#" }
],
features: [
@@ -188,7 +187,7 @@ export default function LandingPage() {
},
{
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
{ text: "Contact Sales", href: "#contact" },
{ text: "Contact Sales", href: "#contact-cta" },
{ text: "Demo Request", href: "#" }
],
features: [
@@ -261,7 +260,7 @@ export default function LandingPage() {
columns={[
{
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Features", href: "#features-bento" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "#" },
{ label: "Roadmap", href: "#" }
@@ -272,7 +271,7 @@ export default function LandingPage() {
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
{ label: "Contact", href: "#contact" }
{ label: "Contact", href: "#contact-cta" }
]
},
{