Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 15:55:04 +00:00

View File

@@ -29,11 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "home" },
{ name: "Home", id: "/" },
{ name: "Features", id: "features" },
{ name: "How It Works", id: "how-it-works" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "final-cta" }
]}
button={{ text: "Buy Now", href: "pricing" }}
brandName="SecureEye"
@@ -227,14 +227,14 @@ export default function LandingPage() {
columns={[
{
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "How It Works", href: "#how-it-works" }
{ label: "Features", href: "benefits" },
{ label: "Pricing", href: "pricing" },
{ label: "How It Works", href: "how-it-works" }
]
},
{
title: "Support", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "Contact Us", href: "final-cta" },
{ label: "Warranty", href: "#" },
{ label: "Returns", href: "#" }
]