Currently, I feel like I'm repeating a lot of code by duplicating the same 'index.astro', but I can't find information...
Additionally, the folder structure ends up quite messy and disorganized...
Furthermore, I have also been forced to make each page a component, which again triples the folder structure
I haven't found a better solution, to be honest, it's really been bothering me.
/pages
/es
/sobre-nosotros
index.astro
index.astro
/about-us
index.stro
/components
/pages
MainPage.astro
AboutUsPage.astro