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() {
@@ -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" }] } ]} />