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