diff --git a/src/app/page.tsx b/src/app/page.tsx
index 187ec30..4ba3f7a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -27,18 +27,9 @@ export default function LandingPage() {
@@ -46,39 +37,14 @@ export default function LandingPage() {
@@ -220,29 +124,15 @@ export default function LandingPage() {
logoText="www.mohan.com"
columns={[
{
- title: "Social",
- items: [
- {
- label: "Twitter",
- href: "#",
- },
- {
- label: "Instagram",
- href: "#",
- },
+ title: "Social", items: [
+ { label: "Twitter", href: "#" },
+ { label: "Instagram", href: "#" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Terms",
- href: "#",
- },
- {
- label: "Privacy",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Terms", href: "#" },
+ { label: "Privacy", href: "#" },
],
},
]}