From c501c544383dee287b27490eefdf75b21b1262a9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 04:53:54 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b87637c..f48340d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,6 +70,7 @@ export default function LandingPage() {
Date: Fri, 22 May 2026 04:53:55 +0000 Subject: [PATCH 2/2] Update src/app/shipping/page.tsx --- src/app/shipping/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/shipping/page.tsx b/src/app/shipping/page.tsx index f067ccb..edb9c50 100644 --- a/src/app/shipping/page.tsx +++ b/src/app/shipping/page.tsx @@ -28,7 +28,7 @@ export default function ShippingPage() { navItems={[ { name: "Collection", id: "/" }, { name: "Shipping", id: "/shipping" }, - { name: "Contact", id: "/" } + { name: "Contact", id: "/contact" } ]} button={{ text: "Shop Now", href: "/" }} /> @@ -63,6 +63,7 @@ export default function ShippingPage() { { name: "email", type: "email", placeholder: "your@email.com", required: true } ]} textarea={{ name: "message", placeholder: "Please include your order number if applicable...", required: true }} + useInvertedBackground={false} buttonText="Contact Support" />
@@ -72,7 +73,7 @@ export default function ShippingPage() { logoText="UMBRA" columns={[ { items: [{ label: "Back to Home", href: "/" }] }, - { items: [{ label: "Customer Care", href: "#contact" }] } + { items: [{ label: "Customer Care", href: "/contact" }] } ]} /> -- 2.49.1