diff --git a/src/app/page.tsx b/src/app/page.tsx
index b3cc42f..fe22fec 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,33 +40,13 @@ export default function LandingPage() {
@@ -169,31 +104,11 @@ export default function LandingPage() {
@@ -222,35 +130,18 @@ export default function LandingPage() {
logoText="Pulse Media"
columns={[
{
- title: "Services",
- items: [
- {
- label: "Strategy",
- href: "#services",
- },
- {
- label: "Analytics",
- href: "#services",
- },
- {
- label: "Creative",
- href: "#services",
- },
- ],
+ title: "Services", items: [
+ { label: "Strategy", href: "#services" },
+ { label: "Analytics", href: "#services" },
+ { label: "Creative", href: "#services" }
+ ]
},
{
- title: "Agency",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
- },
+ title: "Agency", items: [
+ { label: "About", href: "#about" },
+ { label: "Contact", href: "#contact" }
+ ]
+ }
]}
copyrightText="© 2024 Pulse Media Agency. All rights reserved."
/>