diff --git a/index.html b/index.html
index 8388c4b..fa2a6f2 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,8 @@
-
Vite + Vue
+
+ Qore Lending - Secure 40% Returns
diff --git a/src/components/Testimonials.vue b/src/components/Testimonials.vue
new file mode 100644
index 0000000..c90fced
--- /dev/null
+++ b/src/components/Testimonials.vue
@@ -0,0 +1,63 @@
+
+
+
+
What Our Investors Say
+
+
+
+
"{{ testimonial.quote }}"
+
{{ testimonial.name }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/style.css b/src/style.css
index f1d8c73..c9492ed 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1 +1,6 @@
+@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@import "tailwindcss";
+
+body {
+ font-family: 'Poppins', sans-serif;
+}
diff --git a/src/views/Home.vue b/src/views/Home.vue
index 6c317f3..49a60bc 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -88,10 +88,17 @@
+
+
+