From 5841d45f6ff331699792aea4d9a1a86311d96d1a Mon Sep 17 00:00:00 2001 From: Aron Soto <115325057+AronSoto@users.noreply.github.com> Date: Sat, 7 Jun 2025 19:01:12 -0500 Subject: [PATCH] Feat(app): Add Courses and Weekly Streak components to landing page --- app/components/landing/CardsCourses.vue | 142 ++++++++++++++++++ app/components/landing/Hero.vue | 190 +++++------------------- app/components/landing/WeeklyStreak.vue | 70 +++++++++ app/pages/index.vue | 10 -- content/index.yml | 6 +- 5 files changed, 247 insertions(+), 171 deletions(-) create mode 100644 app/components/landing/CardsCourses.vue create mode 100644 app/components/landing/WeeklyStreak.vue diff --git a/app/components/landing/CardsCourses.vue b/app/components/landing/CardsCourses.vue new file mode 100644 index 0000000..dc35feb --- /dev/null +++ b/app/components/landing/CardsCourses.vue @@ -0,0 +1,142 @@ + + + diff --git a/app/components/landing/Hero.vue b/app/components/landing/Hero.vue index f6e08a0..7f1dcf3 100644 --- a/app/components/landing/Hero.vue +++ b/app/components/landing/Hero.vue @@ -1,21 +1,17 @@ diff --git a/app/components/landing/WeeklyStreak.vue b/app/components/landing/WeeklyStreak.vue new file mode 100644 index 0000000..219ba3e --- /dev/null +++ b/app/components/landing/WeeklyStreak.vue @@ -0,0 +1,70 @@ + + + diff --git a/app/pages/index.vue b/app/pages/index.vue index 6271ec2..5f2a37f 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -21,16 +21,6 @@ useSeoMeta({ diff --git a/content/index.yml b/content/index.yml index f46aeae..c9b398a 100644 --- a/content/index.yml +++ b/content/index.yml @@ -1,8 +1,4 @@ -seo: - title: "Emma Thompson - UX/UI Designer" - description: "Welcome to my portfolio! I'm Emma Thompson, a UX/UI designer and front-end developer based in Boston. I specialize in creating user-centered digital experiences that are both beautiful and functional." -title: "Hey, I'm Emma Thompson UX/UI Designer" -description: "I craft intuitive digital experiences where design meets functionality. Based in Boston, bringing ideas to life through code and creativity." +title: "Welcome, Leslie Cristina" hero: links: - label: "Use this template"