generated from dwd/boilarplate-astro-tailwind
Akademy Landing MPA
This commit is contained in:
14
src/pages/interakto-coding-worksheets.astro
Normal file
14
src/pages/interakto-coding-worksheets.astro
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import InteraktoCoding from "../components/IntraktoCoding/IntraktoCoding";
|
||||
---
|
||||
<Layout
|
||||
title = "Interakto Coding - 5000+ Worksheets for Fun Learning | aKadmy"
|
||||
description = "Discover Interakto Coding by aKadmy – 5000+ engaging worksheets to make learning coding fun for kids. Empower educators with interactive, hands-on tools."
|
||||
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"
|
||||
>
|
||||
<InteraktoCoding client:only="react" />
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user