generated from dwd/boilarplate-astro-tailwind
18 lines
610 B
Plaintext
18 lines
610 B
Plaintext
---
|
|
import Layout from "../layouts/Layout.astro";
|
|
import HomePage from "../components/Home/Home.jsx";
|
|
---
|
|
|
|
<Layout
|
|
title = "Transform Early Learning with aKadmy's AI-Powered Education Tools"
|
|
description = "AI-powered educational games and interactive platforms engage young learners with fun, meaningful learning experiences. Get the brochure."
|
|
keywords = "Learning, aKadmy, Early Education, Preschool, Engaging, playful"
|
|
ogImage = "/assets/akademy_Logo.png"
|
|
ogUrl = "https://akadmyapp.com"
|
|
canonicalUrl = "https://akadmyapp.com"
|
|
>
|
|
<HomePage client:only="react" />
|
|
</Layout>
|
|
|
|
|