generated from dwd/boilarplate-astro-tailwind
16 lines
730 B
Plaintext
16 lines
730 B
Plaintext
---
|
||
import Layout from "../layouts/Layout.astro";
|
||
import Interakto from "../components/interaKto/InteraKto";
|
||
---
|
||
|
||
<Layout
|
||
title = "Interactive Learning Resources for Preschool | aKadmy - Engaging Early Education"
|
||
description = "Spark your child's curiosity with aKadmy’s playful, interactive preschool resources—designed to make early learning fun, engaging, and meaningful."
|
||
keywords = "Learning, aKadmy, Early Education, Preschool, Engaging, playful"
|
||
ogImage = "/assets/akademy_Logo.png"
|
||
ogUrl = "https://akadmyapp.com/interactive-learning-resources-for-preschool"
|
||
canonicalUrl = "https://akadmyapp.com/interactive-learning-resources-for-preschool"
|
||
>
|
||
<Interakto client:only="react" />
|
||
</Layout>
|