Update src/app/custom-order/page.tsx

This commit is contained in:
2026-06-10 09:30:38 +00:00
parent 1503990353
commit 5d4767940e

View File

@@ -33,7 +33,8 @@ export default function LandingPage() {
{
name: "Contact", id: "/contact"},
]}
brandName="Wanda"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EilQ9IqljqhhhtRM9ixGlzAbev/uploaded-1781083789021-qv0dg31c.jpg"
logoAlt="Wanda Bags Logo"
/>
</div>
@@ -95,4 +96,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}