diff --git a/public/img/frequentlyw.png b/public/img/frequentlyw.png new file mode 100644 index 0000000..d30d450 Binary files /dev/null and b/public/img/frequentlyw.png differ diff --git a/src/components/Administrators.vue b/src/components/Administrators.vue index 23b8696..a694648 100644 --- a/src/components/Administrators.vue +++ b/src/components/Administrators.vue @@ -54,8 +54,8 @@

Find relevant helpful articles for marketing preschool solutions below and get to know more about the same.

- -
{{ marketing.date}}
+ +
{{ marketing.date}}

{{ marketing.meta}}

Read More >> @@ -135,8 +135,8 @@

Read the most suitable administration preschool solutions and be familiar with all necessary information for your management decisions.

- -
{{ adminstration.date}}
+ +
{{ adminstration.date}}

{{ adminstration.meta}}

Read More >> diff --git a/src/components/Blog.vue b/src/components/Blog.vue index 721988b..d24e4c5 100644 --- a/src/components/Blog.vue +++ b/src/components/Blog.vue @@ -54,7 +54,7 @@
- +
{{item.date}}
diff --git a/src/components/Educators.vue b/src/components/Educators.vue index 7a28863..cb37a7a 100644 --- a/src/components/Educators.vue +++ b/src/components/Educators.vue @@ -107,8 +107,8 @@
Curriculum Blogs
- -
{{ item.date}}
+ +
{{ item.date}}

{{ item.meta}}

@@ -182,26 +182,33 @@
EYFS Curriculum & Its Impact -

+

+ Literacy

-

+

+ Comunication
& Language

-

+

+ Mathematics

-

+

+ Understanding
the World

-

+

+ Physical
Development

-

+

+ Expressive Arts
& Desgine

-

- Preschool, Social
& Emotional
Development
+

+ + Personal, Social
& Emotional
Development

diff --git a/src/pages/faq.astro b/src/pages/faq.astro new file mode 100644 index 0000000..8980a77 --- /dev/null +++ b/src/pages/faq.astro @@ -0,0 +1,99 @@ +--- +const faqResp = await fetch('https://management.beanstalkedu.com/items/FAQ?filter[slug][_eq]=faq&filter[property][_eq]=teenybeans_curriculum'); +const faqRespJson = await faqResp.json(); +const faqRespData = faqRespJson.data; +import Layout from "../layouts/Layout.astro"; +import Menu from "../components/Menu.astro"; +import Footer from "../components/Footer.vue"; +--- + + +
+
+
+
+
+
+

Teeny Beans FAQs

+
+
+
+ Frequently Asked Questions +
+
+
+
+
+
+ + {faqRespData.map((data: { title: string | undefined; youtube_thumbnail: string | undefined; about_the_video: string | undefined; }) => +
+ +
{data.title}
+
+
+
+ )} +
+
+ +
+
+
+
+
+