Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dbd1918dc6 | |||
| aafb24a893 | |||
| cccdaf87fa | |||
| 0f39f23bed |
@@ -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: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user