From a81d4a1c4894b8af3b8186ba3759bc0b5e390666 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:07:12 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 82 +++++++++++------------------------------- 1 file changed, 20 insertions(+), 62 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e1d8e02..f95b2d1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { 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" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - 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" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "#contact" }, { label: "FAQs", href: "#faq" }, @@ -47,8 +44,7 @@ export default function AboutPage() { ], }, { - 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" }, @@ -56,8 +52,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Return Policy", href: "#" }, @@ -84,9 +79,7 @@ export default function AboutPage() { brandName="Zamzam Cosmetics" navItems={navItems} button={{ - text: "💬 WhatsApp Order", - href: "https://wa.me/923334567890", - }} + text: "💬 WhatsApp Order", href: "https://wa.me/923334567890"}} /> @@ -94,10 +87,7 @@ export default function AboutPage() { Date: Tue, 10 Mar 2026 09:07:13 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 287 ++++++++++------------------------------------- 1 file changed, 60 insertions(+), 227 deletions(-) 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() {