···11import FooterCopyright from "../layout/footer";
22import { BaseLayout } from "../layout/main";
33import NavTags from "../layout/navTags";
44-import { MAX_HOURS_REPOSTING, MAX_REPOST_INTERVAL } from "../limits.d";
44+import { MAX_HOURS_REPOSTING, MAX_REPOST_INTERVAL, CF_FILE_SIZE_LIMIT_IN_MB } from "../limits.d";
5566export default function Home() {
77 return (
88- <BaseLayout title="SkyScheduler - Home">
88+ <BaseLayout title="SkyScheduler - Home" mainClass="homepage">
99 <NavTags />
1010 <section class="container">
1111 <article>
1212 <p>
1313- <strong>SkyScheduler</strong> is an <a href="https://github.com/socksthewolf/skyscheduler" rel="nofollow" target="_blank">open source</a> service that
1313+ <strong>SkyScheduler</strong> is a free, <a href="https://github.com/socksthewolf/skyscheduler" rel="nofollow" target="_blank">open source</a> service that
1414 lets you schedule and automatically repost your content on Bluesky!<br />
1515 Boost engagement and reach more people no matter what time of day!<br />
1616 <center>
···2828 </center>
2929 <h6 class="inline-header">Features:</h6>
3030 <ul>
3131- <li>Handles multiple users/accounts easily</li>
3131+ <li>Handles multiple users/accounts easily, supports custom PDS instances</li>
3232 <li>Schedule your posts any time in the future (to the nearest hour)</li>
3333 <li>Supports embeds, links, tagging, mentions</li>
3434- <li>Post images with content labels and full support for alt text</li>
3434+ <li>Post <span data-tooltip={`images and video (up to ${CF_FILE_SIZE_LIMIT_IN_MB} MB)`}>media</span> with content labels and full support for alt text</li>
3535 <li>Automatically repost your posts at an interval of your choosing, up to {MAX_REPOST_INTERVAL-1} times every {MAX_HOURS_REPOSTING-1} hours</li>
3636 <li>Edit the content of pending posts before posting</li>
3737 </ul>