diff --git a/src/components/About/index.jsx b/src/components/About/index.jsx new file mode 100644 index 0000000..7fb701b --- /dev/null +++ b/src/components/About/index.jsx @@ -0,0 +1,114 @@ +import { Provider } from "react-redux"; +import ContentWrapper from "../../components/ContentWrapper/ContentWrapper"; +import Footer from "../../components/Footer/Footer"; +import Header from "../../components/Header/Header"; +import style from "./index.module.css"; +import { store } from "../redux/store"; + +export default function Index() { + window.scrollTo({ top: 0, behavior: "instant" }); + return ( + +
+
+ +
+
+

About Us

+

+ At aKadmy, we are dedicated to revolutionizing early childhood + education by providing schools and educators with cutting-edge + tools designed to enhance teaching and learning experiences. As + a Malaysian-developed platform, we take pride in offering + solutions that cater to the unique needs of educators, + particularly in international schools and early childhood + institutions. +

+

+ Our platform is crafted to support early childhood practitioners + by offering a comprehensive suite of resources that streamline + lesson planning, enrich classroom activities, and foster + meaningful student engagement. With an intuitive interface and + high-quality educational content, aKadmy empowers teachers to + deliver world-class education that nurtures creativity, critical + thinking, and problem-solving in young learners. +

+
+ +
+
+ +
+ +
+
+

Driving Impact in Early Childhood Education

+

+ Through our partnership with Beanstalkedu, a global leader in + early education, aKadmy is able to offer premium educational + content that reflects the latest in pedagogical innovation and + global best practices. This collaboration allows us to blend + international standards with the unique cultural insights of + Malaysia, making our platform highly adaptable for diverse + learning environments across the globe. +

+
+
+ About aKadmy | Transforming Early Education with AI Solutions +
+
+
+
+ +
+

Our Mission and Vision

+
+

+ Our mission is to support schools and educators by providing a + holistic digital solution that not only simplifies day-to-day + teaching but also elevates the quality of education offered in + early childhood settings. Whether you're an international school + looking to enhance your curriculum or a teacher seeking + innovative resources, aKadmy provides the tools and content to + help you succeed. +

+

+ As we continue to expand globally, aKadmy remains committed to + fostering strong partnerships with schools, educators, and + institutions, ensuring that every child has access to + high-quality, engaging, and effective learning experiences. +

+
+
+
+ +
+
+ About aKadmy | Transforming Early Education with AI Solutions +
+
+

What we do

+

+ Together with Beanstalkedu and our educational partners, + we are building a future where every child can thrive in an + environment that is both inspiring and supportive. +

+
+
+
+
+
+
+
+
+ ); +} diff --git a/src/components/About/index.module.css b/src/components/About/index.module.css new file mode 100644 index 0000000..baa40bb --- /dev/null +++ b/src/components/About/index.module.css @@ -0,0 +1,64 @@ +.image_box { + background-image: linear-gradient(to right, #eff4ff, #d4f5fe, #dae4fe); + padding-bottom: 30px; +} + +.box { + text-align: center; + padding-top: 100px; + height: 600px; +} + +.curve { + margin-top: -120px; +} + +.color { + color: #00548e; + width: 100%; +} + +.box h2 { + padding: 20px 0px; +} + +.flex { + display: flex; + margin: 40px 0; + position: relative; + z-index: 2; +} + +.flex_1 { + flex: 1; +} + +.center { + text-align: center; + padding: 80px 0; +} + +.mt { + margin-top: 80px; +} + +@media only screen and (max-width: 900px) { + .curve { + margin-top: -60px; + } + .flex { + display: block; + } + .mt { + margin-top: 20px; + } +} + +@media only screen and (max-width: 500px) { + .box { + height: 740px; + } + .curve { + margin-top: -30px; + } +} diff --git a/src/components/Contact/index.jsx b/src/components/Contact/index.jsx new file mode 100644 index 0000000..8e5be85 --- /dev/null +++ b/src/components/Contact/index.jsx @@ -0,0 +1,103 @@ +import { Box } from "@mui/material"; +import ContentWrapper from "../../components/ContentWrapper/ContentWrapper"; +import Footer from "../../components/Footer/Footer"; +import Header from "../../components/Header/Header"; +import ThreeFormFields from "../../components/form/ThreeFormFields"; +import style from "./index.module.css"; +import EmailOutlinedIcon from "@mui/icons-material/EmailOutlined"; +import LocationOnIcon from "@mui/icons-material/LocationOn"; +import FAQ from "../../components/FAQ/FAQ"; +import { conatctFaqs } from "../../components/data/faqs"; +import { Provider } from "react-redux"; +import { store } from "../redux/store"; + +export default function Index() { + window.scrollTo({ top: 0, behavior: "instant" }); + return ( + +
+ +
+
+

+ We’d Love to Hear From You! +
Contact Us +

+

+ Whether you have a question about our services, need assistance, + or just want to share your +
thoughts, we’re here to listen. +

+
+ +
+ + {" "} +
+
+

Contact Information

+

+ Fill up the form and our team will get back to you within +
24 hours. +
+ +   Email: hello@akadmyapp.com +

+
+
+
+ + Get in Touch +

You can reach us anytime

+ +
+
+
+
+
+
+
+
+