add landing and subscription plans
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
19
web/landing/src/pages/index.astro
Normal file
19
web/landing/src/pages/index.astro
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
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 HowItWorks from '../components/HowItWorks.astro';
|
||||
import Pricing from '../components/Pricing.astro';
|
||||
import CTA from '../components/CTA.astro';
|
||||
---
|
||||
|
||||
<Layout title="Wallabicher - Monitoriza Marketplaces Automáticamente">
|
||||
<Hero />
|
||||
<Features />
|
||||
<Platforms />
|
||||
<HowItWorks />
|
||||
<Pricing />
|
||||
<CTA />
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user