Have queries regarding Hows and Whats of choosing a oerfect plan for you and your Preschool? Write to Us your Queries and we’ll get back to you ASAP
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Your Message
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/SchoolLicense.vue b/src/components/SchoolLicense.vue
deleted file mode 100644
index 867720b..0000000
--- a/src/components/SchoolLicense.vue
+++ /dev/null
@@ -1,169 +0,0 @@
-
-
-
-
Teacher's License
-
-
Teacher Accounts:
-
-
-
-
-
Student Accounts
-
30
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Monthly
-
-
-
$100
-
(inclusive of all costs)
-
-
-
-
-
-
Bi-Yearly
-
-
-
$600 $540
- (10% Discount)
-
(inclusive of all costs)
-
-
-
-
-
-
Yearly
-
-
-
$1200 $1020
- (15% Discount)
-
(inclusive of all costs)
-
-
-
-
-
-
-
-
-
-
-
Write to Us
-
Have queries regarding Hows and Whats of choosing a oerfect plan for you and your Preschool? Write to Us your Queries and we’ll get back to you ASAP
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Your Message
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/SchoolLicenseForm.vue b/src/components/SchoolLicenseForm.vue
new file mode 100644
index 0000000..8ad22a1
--- /dev/null
+++ b/src/components/SchoolLicenseForm.vue
@@ -0,0 +1,33 @@
+
+
+
+
+
+
Write to Us
+
Have queries regarding Hows and Whats of choosing a oerfect plan for you and your Preschool? Write to Us your Queries and we’ll get back to you ASAP
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Your Message
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/SchoolLicenseSlider.vue b/src/components/SchoolLicenseSlider.vue
new file mode 100644
index 0000000..8b6ef54
--- /dev/null
+++ b/src/components/SchoolLicenseSlider.vue
@@ -0,0 +1,78 @@
+
+
+
+
Teacher's License
+
+
Teacher Accounts:
+
+
+
+
+
Student Accounts
+
30
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/educators-license.astro b/src/pages/educators-license.astro
index 540dd7f..fd5826e 100644
--- a/src/pages/educators-license.astro
+++ b/src/pages/educators-license.astro
@@ -1,11 +1,180 @@
---
import Layout from "../layouts/Layout.astro";
import Menu from "../components/Menu.astro";
-import EducatorsLicense from "../components/EducatorsLicense.vue";
+import EducatorsLicenseForm from "../components/EducatorsLicenseForm.vue";
import Footer from "../components/Footer.vue";
+
+const response = await fetch('http://ip-api.com/json');
+const data = await response.json();
+const country = data.country;
---
-
+
+
+
+
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/src/pages/school-license.astro b/src/pages/school-license.astro
index 24ea40f..4e74b70 100644
--- a/src/pages/school-license.astro
+++ b/src/pages/school-license.astro
@@ -1,11 +1,200 @@
---
import Layout from "../layouts/Layout.astro";
import Menu from "../components/Menu.astro";
-import SchoolLicense from "../components/SchoolLicense.vue";
+import SchoolLicenseSlider from "../components/SchoolLicenseSlider.vue";
+import SchoolLicenseForm from "../components/SchoolLicenseForm.vue";
import Footer from "../components/Footer.vue";
+
+const response = await fetch('http://ip-api.com/json');
+const data = await response.json();
+const country = data.country;
---
-
+
+
+