diff --git a/apps/landing/src/components/footer.tsx b/apps/landing/src/components/footer.tsx index 4fef6c98..ed5c529f 100644 --- a/apps/landing/src/components/footer.tsx +++ b/apps/landing/src/components/footer.tsx @@ -4,8 +4,8 @@ const columns = [ { title: "Product", links: [ - { label: "Features", href: "#features" }, - { label: "Pricing", href: "#pricing" }, + { label: "Features", href: "/#features" }, + { label: "Pricing", href: "/#pricing" }, { label: "Enterprise", href: "/contact" }, ], },