diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5f55664..6a8e76a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
@@ -56,39 +44,14 @@ export default function LandingPage() {
@@ -418,30 +202,10 @@ export default function LandingPage() {
logoText="Kybo"
columns={[
{
- title: "Product",
- items: [
- {
- label: "Features",
- href: "#features",
- },
- {
- label: "Pricing",
- href: "#pricing",
- },
- ],
+ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }],
},
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "#about",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
+ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }],
},
]}
copyrightText="© 2024 Kybo SaaS Design. All rights reserved."