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