Files
wallabicher/web/landing/src/pages/index.astro
Omar Sánchez Pizarro 626e3342d0 fix on nginx and astro
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
2026-01-21 01:09:57 +01:00

16 lines
394 B
Plaintext

---
import Layout from '../layouts/Layout.astro';
import Hero from '../components/Hero.astro';
import Features from '../components/Features.astro';
import Platforms from '../components/Platforms.astro';
import Pricing from '../components/Pricing.astro';
---
<Layout title="Wallabicher - Monitoriza Marketplaces Automáticamente">
<Hero />
<Features />
<Platforms />
<Pricing />
</Layout>