Skip to content
Type something to search...
Veltro Theme Documentation

Homepage Variants

Veltro has two routed homepage layouts.

Home 01

  • Route: /
  • Page file: src/pages/[...lang]/index.astro
  • Page content: src/content/homepage/<language>/-index.md

Section order:

  1. Banner
  2. AboutOne
  3. ServicesSection
  4. PortfolioSection
  5. SolutionStepsSection
  6. TestimonialSection
  7. Customers
  8. CallToAction
  9. CaseStudiesSection
  10. IndustriesSection
  11. ContactSection
  12. BlogSection

Home 02

  • Route: /home-two/
  • Page file: src/pages/[...lang]/home-two.astro
  • Page content: src/content/homepage/<language>/home-two.md

Section order:

  1. BannerTwo
  2. RoadmapSection
  3. Customers
  4. ProcessSection
  5. ServicesSectionTwo
  6. PortfolioSectionTwo
  7. TestimonialSectionTwo
  8. VideoSection
  9. AwardSection
  10. TeamSection
  11. BlogSectionTwo

The home-three.md content entries do not have a matching route in src/pages/; they are not a third homepage unless you create a route for them.

Editing Workflow

  1. Open the homepage route and identify its imported sections.
  2. Edit the matching file in src/content/sections/<language>/.
  3. Use page frontmatter for supported overrides.
  4. Edit the Astro section only when the structure or design must change.