diff --git a/src/components/TestModal.astro b/src/components/TestModal.astro
new file mode 100644
index 0000000..b467038
--- /dev/null
+++ b/src/components/TestModal.astro
@@ -0,0 +1,7 @@
+---
+const {var1} = Astro.props;
+---
+
+
cffdfd
+ {var1}
+
\ No newline at end of file
diff --git a/src/components/ThemesVideos.astro b/src/components/ThemesVideos.astro
new file mode 100644
index 0000000..acfd830
--- /dev/null
+++ b/src/components/ThemesVideos.astro
@@ -0,0 +1,251 @@
+---
+const {var1} = Astro.props;
+---
+
+
+
+ Videos
+ {{page[0].videos_text}}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/ThemesVideos.vue b/src/components/ThemesVideos.vue
index 23ab7ed..0dfab0c 100644
--- a/src/components/ThemesVideos.vue
+++ b/src/components/ThemesVideos.vue
@@ -1,51 +1,51 @@
- Videos
- {{page[0].videos_text}}
-
-
-
-
-
![]()
-

-
-
-
{{vdo.videos_title}}
+
Videos
+
{{page[0].videos_text}}
+
+
×
diff --git a/src/components/Worksheets.vue b/src/components/Worksheets.vue
index f8d9062..ef64ba1 100644
--- a/src/components/Worksheets.vue
+++ b/src/components/Worksheets.vue
@@ -52,7 +52,7 @@
A mixture of uniqueness, innovativity, attractiveness and comprehension of each topic through a blend of letters, numbers, shapes, colors, sounds, words, etc., these worksheet for playgroup will bring out the best in your classroom! Find the appropriate worksheet for every subject inclusive of all significant topics and establish the right educational foundation among children.
-
+
Literacy
@@ -70,7 +70,7 @@
-

+
Click for View All
View All
@@ -103,7 +103,7 @@
-

+
Click for View All
View All
diff --git a/src/pages/input-test.astro b/src/pages/input-test.astro
new file mode 100644
index 0000000..1ba71e2
--- /dev/null
+++ b/src/pages/input-test.astro
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/modalt.astro b/src/pages/modalt.astro
index bbb2d89..b8b8946 100644
--- a/src/pages/modalt.astro
+++ b/src/pages/modalt.astro
@@ -11,7 +11,7 @@ const videoRespData = videoRespJson.data.reverse();
Videos
- {videoRespData.map((data: { video_thumb: string | undefined; videos_title: string | undefined; celebration_ideas_body_text: string | undefined; title: string | undefined; }) =>
+ {videoRespData.map((data: { video_thumb: string | undefined; videos_title: string | undefined; youtube_id: string | undefined; title: string | undefined; }) =>
diff --git a/src/pages/modaltestinx.astro b/src/pages/modaltestinx.astro
new file mode 100644
index 0000000..5e7efde
--- /dev/null
+++ b/src/pages/modaltestinx.astro
@@ -0,0 +1,106 @@
+---
+const videoResp = await fetch('https://management.beanstalkedu.com/items/theme_videos?filter[theme_key][_in]=3');
+const videoRespJson = await videoResp.json();
+const videoRespData = videoRespJson.data.reverse();
+---
+
+
+
+ {videoRespData.map((data: { video_thumb: string | undefined; videos_title: string | undefined; youtube_id: string | undefined; title: string | undefined; }) =>
+
+
+

+

+
+
+
{data.videos_title}
+
+
+
+ )}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/page-404.astro b/src/pages/page-404.astro
new file mode 100644
index 0000000..a4f247f
--- /dev/null
+++ b/src/pages/page-404.astro
@@ -0,0 +1,59 @@
+---
+import Layout from "../layouts/Layout.astro";
+import Menu from "../components/Menu.astro";
+import Footer from "../components/Footer.vue";
+---
+
+
+
+
+
+
+
+
Page Not Found
+
Sorry, the page you asked for couldn’t be found.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/test-modal.astro b/src/pages/test-modal.astro
index 21b9e14..a40a620 100644
--- a/src/pages/test-modal.astro
+++ b/src/pages/test-modal.astro
@@ -1,8 +1,10 @@
---
import Layout from '../layouts/Layout.astro';
import AudioBookModal from '../components/AudioBookModal.vue';
+import TestModal from '../components/TestModal.astro';
---
+
diff --git a/src/pages/themes/[id].astro b/src/pages/themes/[id].astro
index 07ff843..566981a 100644
--- a/src/pages/themes/[id].astro
+++ b/src/pages/themes/[id].astro
@@ -124,7 +124,7 @@ import Footer from "../../components/Footer.vue";
-
+