diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9d8df01..a6de4b4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
@@ -49,42 +43,21 @@ export default function LandingPage() {
@@ -260,29 +163,19 @@ export default function LandingPage() {
logoText="Clickbio"
columns={[
{
- title: "Product",
- items: [
+ title: "Product", items: [
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "/privacy",
- },
+ label: "Privacy Policy", href: "/privacy"},
{
- label: "Terms",
- href: "/terms",
- },
+ label: "Terms", href: "/terms"},
],
},
]}