> For the complete documentation index, see [llms.txt](https://docs.shipped.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shipped.club/components/lifetime.md).

# Lifetime

Perfect for pre-sales or pre-order landing pages.

<figure><img src="/files/zqXbe2TCyuXcq63ueLHa" alt=""><figcaption><p>Lifetime deals</p></figcaption></figure>

The component is called `<Lifetime />` and defined in `src/components/Lifetime.tsx`&#x20;

It renders a certain amount of `lifetimeDeals`.

To configure the lifetime deals, open `src/config/lifetime.constants.ts` and set the title, price, checkout URL (take it from LemonSqueezy), and features.

Component: `<Lifetime />`\
File: `src/components/Lifetime/Lifetime.tsx`

{% code title="page.tsx" %}

```
import { Lifetime } from "@/components/Lifetime/Lifetime";
```

{% endcode %}

***

{% hint style="info" %}
If you need basic components like buttons, inputs, etc, they are all available with [ChakraUI](https://chakra-ui.com/).
{% endhint %}
