Skip to main content

LandingPageSection

To implement LandingPageSection component into your project you'll need to add the import:

import { LandingPageSection } from "@shoptet/ui";

After adding import into your project you can use it simply like:

<LandingPageSection
title="Title"
description="Description"
image={generateSvgPlaceholder(600, 400)}
actions={[action1, action2]}
>
{children}
</LandingPageSection>