diff --git a/src/app/page.tsx b/src/app/page.tsx
index 21cd018..797c811 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,43 +42,17 @@ export default function LandingPage() {
@@ -374,30 +166,10 @@ export default function LandingPage() {
logoText="SHIVAGANA AI"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "#",
- },
- {
- label: "Careers",
- href: "#",
- },
- ],
+ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }],
},
{
- title: "Support",
- items: [
- {
- label: "Help Center",
- href: "#",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
+ title: "Support", items: [{ label: "Help Center", href: "#" }, { label: "Contact", href: "#contact" }],
},
]}
copyrightText="© 2024 SHIVAGANA AI. All rights reserved."