fix: use absolute paths for footer anchor links so they work from all pages

This commit is contained in:
ashim-hq
2026-04-24 00:19:17 +08:00
parent 0ed700aa49
commit dca0de9a7e
+2 -2
View File
@@ -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" },
],
},