Switch to version 1: modified src/app/custom-order/page.tsx

This commit is contained in:
2026-06-10 09:52:46 +00:00
parent afac04870f
commit a35bf80ac8

View File

@@ -33,6 +33,7 @@ export default function LandingPage() {
{
name: "Contact", id: "/contact"},
]}
brandName="Wanda"
/>
</div>
@@ -94,4 +95,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}