import React from "react"; import style from "./Footer.module.css"; import { InteraktoCoding } from "../data/pageContent"; import ContentWrapper from "../ContentWrapper/ContentWrapper"; import InteraktoExtentions from "../InteraktoExtentions/InteraktoExtentions"; import Calendly from "../Calendly/Calendly"; function Footer({ page, contact, title, description1, description2, description3, }) { return (
{contact ? null : (

{title ? title : "Discover Endless Possibilities with aKadmy"}

{description1 ? description1 : ""} Unlock limitless prospects in Early Education by leveraging the power of AI.
{" "} {description2 ? description2 : "Empower educators, connect with parents, and see little learners thrive during their preschool years."}

{description3 ? description3 : "Contact Us Now!"}

Book a Demo   } />

Book a demo
)}
{page === "INTERAKTO" && ( <>
)} {page === "TEENYBEANS" && (

Become A Partner

Know parents who can benefit from using our product? Become an{" "} Affiliate Parent Partner

Refer a parent and unlock partner benefits

)}
{page === "TODDLERS" ? ( <>
) : null}
aKadmy Logo

Follow us

© 2024 aKadmy

); } export default Footer;