From 9f22bbf026fefe8c77549394d6212bd6a35adfae Mon Sep 17 00:00:00 2001 From: Mpho Ndlela Date: Wed, 4 Jun 2025 20:19:50 +0200 Subject: [PATCH] Add testimonials section and custom fonts --- index.html | 3 +- src/components/Testimonials.vue | 63 +++++++++++++++++++++++++++++++++ src/style.css | 5 +++ src/views/Home.vue | 9 ++++- 4 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 src/components/Testimonials.vue 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 @@ + + + + + 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 @@ + + +