diff --git a/src/app/page.tsx b/src/app/page.tsx
index 92bce02..b6d811a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,19 +46,14 @@ export default function LandingPage() {
@@ -312,42 +200,27 @@ export default function LandingPage() {
logoText="LiftYear"
columns={[
{
- title: "Product",
- items: [
+ title: "Product", items: [
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Contact",
- href: "#",
- },
+ label: "Contact", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}
@@ -356,4 +229,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file