From 5a60434fff1e38473b092557e8206bec29f5bfb0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 12:00:09 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 114 ++++++++++----------------------------- 1 file changed, 29 insertions(+), 85 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4cb9ce4..fc0a748 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -116,67 +86,41 @@ export default function LandingPage() { logoText="pa3ror.eg" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "New Arrivals", - href: "/shop#new-arrivals", - }, + label: "New Arrivals", href: "/shop#new-arrivals"}, { - label: "Collections", - href: "/shop#collections", - }, + label: "Collections", href: "/shop#collections"}, { - label: "Sale", - href: "/shop#sale", - }, + label: "Sale", href: "/shop#sale"}, ], }, { - title: "About Us", - items: [ + title: "About Us", items: [ { - label: "Our Story", - href: "/about", - }, + label: "Our Story", href: "/about"}, { - label: "Local Craft", - href: "/about#local-craft", - }, + label: "Local Craft", href: "/about#local-craft"}, { - label: "Join The Movement", - href: "/about#community", - }, + label: "Join The Movement", href: "/about#community"}, ], }, { - title: "Help", - items: [ + title: "Help", items: [ { - label: "FAQs", - href: "/contact#faqs", - }, + label: "FAQs", href: "/contact#faqs"}, { - label: "Shipping & Returns", - href: "/contact#shipping-returns", - }, + label: "Shipping & Returns", href: "/contact#shipping-returns"}, { - label: "Contact Support", - href: "/contact", - }, + label: "Contact Support", href: "/contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} @@ -188,4 +132,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file