diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6b4f797..df36021 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,33 +41,13 @@ export default function LandingPage() {
@@ -301,31 +180,17 @@ export default function LandingPage() {
logoText="WealthPro"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Careers",
- href: "#career",
- },
- ],
+ title: "Company", items: [
+ { label: "About", href: "#about" },
+ { label: "Careers", href: "#career" }
+ ]
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms",
- href: "#",
- },
- ],
- },
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms", href: "#" }
+ ]
+ }
]}
/>