diff --git a/src/components/Homepage.vue b/src/components/Homepage.vue index 82d836d..7e811ee 100644 --- a/src/components/Homepage.vue +++ b/src/components/Homepage.vue @@ -31,21 +31,21 @@

Worksheets

Get access to well-structured worksheets that are prepared as per the growth needs of children and respond to their stimulating cells.

- +

Lesson Plans

Teach toddlers significant lessons which are necessary for their holistic development. Our preschool curriculum is instilled with essential lesson plans necessary for early childhood education.

- +

Themes

Know how to improve preschooling experience by promoting different themes regularly in your preschool and engage your little audience.

- +
@@ -54,14 +54,14 @@

Event Ideas

There’s no need to spend hours researching exciting events for your preschool. Our playschool curriculum contains many suggestions for different innovative activities you can organize in the preschool.

- +

Videos

See videos related to ideas for class management, seamless teaching techniques, several activities for preschoolers and many other relevant videos associated with preschool.

- +
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f64aba3..ec5665e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,7 +16,10 @@ const { title,metaTitle, description,ogImg,schema } = Astro.props; {title} - + + + + diff --git a/src/pages/blog/[id].astro b/src/pages/blog/[id].astro index f9ebb55..8d74e21 100644 --- a/src/pages/blog/[id].astro +++ b/src/pages/blog/[id].astro @@ -26,8 +26,8 @@ import Footer from "../../components/Footer.vue"; --- - - + +
diff --git a/src/pages/index.astro b/src/pages/index.astro index f3fb9fa..b783895 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,7 +10,7 @@ const faqRespJson = await faqResp.json(); const faqRespData = faqRespJson.data; import Footer from "../components/Footer.vue"; --- - +