diff --git a/src/app/page.tsx b/src/app/page.tsx index 734a2a4..0794179 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,11 @@ export default function LandingPage() { @@ -303,35 +139,18 @@ export default function LandingPage() { logoText="AL SAIF SHOES" columns={[ { - title: "Shop", - items: [ - { - label: "Formal Shoes", - href: "#products", - }, - { - label: "Casual Sneakers", - href: "#products", - }, - { - label: "Traditional Sandals", - href: "#products", - }, - ], + title: "Shop", items: [ + { label: "Formal Shoes", href: "#products" }, + { label: "Casual Sneakers", href: "#products" }, + { label: "Traditional Sandals", href: "#products" } + ] }, { - title: "Contact", - items: [ - { - label: "WhatsApp: 03201233095", - href: "https://wa.me/923201233095", - }, - { - label: "Location: Gareeb Shah Market", - href: "#", - }, - ], - }, + title: "Contact", items: [ + { label: "WhatsApp: 03201233095", href: "https://wa.me/923201233095" }, + { label: "Location: Gareeb Shah Market", href: "#" } + ] + } ]} copyrightText="© 2025 | Al Saif Shoes. All rights reserved." />