diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1c7c74e..7770a6b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,39 +42,14 @@ export default function LandingPage() {
@@ -272,11 +148,9 @@ export default function LandingPage() {
@@ -286,40 +160,8 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zh5uvl"
logoText="Deli Deli Co."
columns={[
- {
- title: "Locations",
- items: [
- {
- label: "Lahore",
- href: "#",
- },
- {
- label: "Karachi",
- href: "#",
- },
- {
- label: "Islamabad",
- href: "#",
- },
- ],
- },
- {
- title: "Connect",
- items: [
- {
- label: "Instagram",
- href: "#",
- },
- {
- label: "Facebook",
- href: "#",
- },
- {
- label: "Twitter",
- href: "#",
- },
- ],
- },
+ { title: "Locations", items: [{ label: "Lahore", href: "#" }] },
+ { title: "Connect", items: [{ label: "Instagram", href: "#" }] }
]}
/>