LandingPage
- React
To implement LandingPage component into your project you'll need to add the import:
import { LandingPage } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<LandingPage>{/* Your landing page content */}</LandingPage>