diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 807d80c..db967a4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "Contact", id: "/contact"}, ]} + brandName="Wanda" /> @@ -110,4 +111,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}