teenybeanspreschoolcurricul.../src/pages/audio-books/mathematics.astro

11 lines
579 B
Plaintext

---
import Layout from "../../layouts/Layout.astro";
import Menu from "../../components/Menu.astro";
import Footer from "../../components/Footer.vue";
import AudioMathematics from "../../components/Audio-mathematics.vue";
---
<Layout title="" metaTitle="Interactive Audio Books for Teaching Math to Preschoolers" description="Experience the joy of learning math with our interactive audiobooks for preschoolers. Start their academic journey with our premium resources." ogImg="" schema="">
<Menu/>
<AudioMathematics client:visible/>
<Footer client:visible/>
</Layout>