Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-03 15:39:52 +00:00

View File

@@ -30,7 +30,7 @@ export default function LandingPage() {
navItems={[
{ name: "How it Works", id: "how-it-works" },
{ name: "Privacy", id: "privacy" },
{ name: "Pricing", id: "pricing" }
{ name: "Pricing", id: "waitlist" }
]}
button={{
text: "Join Waitlist", href: "#waitlist"
@@ -155,27 +155,25 @@ export default function LandingPage() {
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/blue-purple-fluid-background_53876-118285.jpg"
imageAlt="Minimal calm background"
logoText="Anchor"
copyrightText="© 2026 Anchor"
columns={[
{
title: "Product", items: [
{ label: "How it Works", href: "#how-it-works" },
{ label: "Privacy", href: "#privacy" },
{ label: "Pricing", href: "#pricing" }
{ label: "Pricing", href: "#waitlist" }
]
},
{
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Contact", href: "/contact" }
{ label: "About", href: "#problem" },
{ label: "Blog", href: "#" },
{ label: "Contact", href: "#privacy" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#" }
]
}
]}