diff --git a/src/app/page.tsx b/src/app/page.tsx index a3ab06f..0d4c588 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,8 +25,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "All Products", href: "/products" }, { label: "Best Sellers", href: "/products?sort=bestselling" }, { label: "New Arrivals", href: "/products?sort=new" }, @@ -34,8 +33,7 @@ export default function HomePage() { ], }, { - title: "Brands", - items: [ + title: "Brands", items: [ { label: "Hemani", href: "/products?brand=hemani" }, { label: "Saeed Ghani", href: "/products?brand=saeedghani" }, { label: "Golden Pearl", href: "/products?brand=goldenpearl" }, @@ -43,8 +41,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "#contact" }, { label: "FAQs", href: "#faq" }, @@ -52,8 +49,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "WhatsApp", href: "https://wa.me/923334567890" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, @@ -61,8 +57,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Return Policy", href: "#" }, @@ -89,9 +84,7 @@ export default function HomePage() { brandName="Zamzam Cosmetics" navItems={navItems} button={{ - text: "💬 WhatsApp Order", - href: "https://wa.me/923334567890", - }} + text: "💬 WhatsApp Order", href: "https://wa.me/923334567890"}} /> @@ -117,10 +110,7 @@ export default function HomePage() {