From de3267471ca2e8e86190dc64ee963cf2ed41157f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:49:31 +0000 Subject: [PATCH 1/2] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 102 +++++++++++++----------------------------- 1 file changed, 32 insertions(+), 70 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index e3d8bd7..60a3c14 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -101,58 +86,35 @@ export default function LandingPage() { logoText="VALLARIO" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "The Vault", - href: "/products", - }, + label: "The Vault", href: "/products"}, { - label: "Elite Guides", - href: "/products#elite-guides", - }, + label: "Elite Guides", href: "/products#elite-guides"}, { - label: "Membership", - href: "/membership", - }, + label: "Membership", href: "/membership"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, { - label: "FAQ", - href: "#", - }, + label: "FAQ", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Refund Policy", - href: "#", - }, + label: "Refund Policy", href: "#"}, ], }, ]} -- 2.49.1 From b2ec89da3df2e586d643e35e4db678cdcdc5e70e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:49:32 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 198 ++++++++------------------------------ 1 file changed, 42 insertions(+), 156 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index a1966fb..66b95dd 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -27,25 +27,15 @@ export default function LandingPage() {