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: "#"},
],
},
]}
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() {