Documentation

Customize Pages and Sections

Edit text, images, and section order across the site.

Update page content

Open any page in src/pages/ and edit the props passed to sections.

Example:

<FeaturesSection
  shortTitle="Our Feature"
  title="Explore Our Core Features"
  description="..."
/>

Replace images

All images are under public/assets/images. Replace a file or update the path in the component.

Reorder sections

Simply move section components inside the page to change the layout order.