diff --git a/src/components/FAQ2.vue b/src/components/FAQ2.vue new file mode 100644 index 0000000..b233c76 --- /dev/null +++ b/src/components/FAQ2.vue @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/LookBack2.vue b/src/components/LookBack2.vue new file mode 100644 index 0000000..15bdd53 --- /dev/null +++ b/src/components/LookBack2.vue @@ -0,0 +1,88 @@ + + + + + + + + {{ stat.name }} + {{ stat.value }} + + + + + + + + \ No newline at end of file diff --git a/src/components/QuesAns2.vue b/src/components/QuesAns2.vue new file mode 100644 index 0000000..5bcd687 --- /dev/null +++ b/src/components/QuesAns2.vue @@ -0,0 +1,128 @@ + + + + + {{ item.question }} + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/Testimonials2.vue b/src/components/Testimonials2.vue new file mode 100644 index 0000000..7ed6572 --- /dev/null +++ b/src/components/Testimonials2.vue @@ -0,0 +1,164 @@ + + + + + + + + + + {{ item.name }} + {{ item.comment }} + + + + + + + + + + \ No newline at end of file diff --git a/src/components/codestart/About.vue b/src/components/codestart/About.vue index 4504b11..a0b7c77 100644 --- a/src/components/codestart/About.vue +++ b/src/components/codestart/About.vue @@ -9,7 +9,7 @@ CodeStart stands for fostering the growth of young minds and becoming a guiding + + + \ No newline at end of file diff --git a/src/pages/CodeStart.vue b/src/pages/CodeStart.vue index b21c1f3..e2c61cf 100644 --- a/src/pages/CodeStart.vue +++ b/src/pages/CodeStart.vue @@ -28,12 +28,12 @@ const About = () => import("@components/codestart/About"); const FAQ = () => import("@components/codestart/FAQ"); const Landing = () => import("@components/codestart/Landing"); - const Lookback = () => import("@components/Lookback"); + const Lookback = () => import("@components/Lookback2"); const Prizes = () => import("@components/codestart/Prizes"); const CodestartSponsors = () => import("@components/codestart/CodestartSponsors"); const FooterN = () => import("@components/codestart/FooterN"); - const SectionLayout = () => import("@components/layouts/SectionLayout"); - const Testimonials = () => import("@components/Testimonials"); + const SectionLayout = () => import("@components/layouts/SectionLayout2"); + const Testimonials = () => import("@components/Testimonials2"); export default { components: {
+ {{ item.question }} + +
{{ item.comment }}