From 589e94e7850d1b36aff5864f07e1d94de5f7d38e Mon Sep 17 00:00:00 2001 From: Barbara Peric Date: Thu, 29 May 2025 09:43:59 +0100 Subject: [PATCH] refactor: update heading levels and improve markup in various components --- components/Card.vue | 4 ++-- components/Ecosystem.vue | 2 +- components/Footer.vue | 4 ++-- components/HeroHome.vue | 38 ++++++++++++++++++++++++++---------- components/KeyFeatures.vue | 2 +- components/PricingCard.vue | 6 +++--- components/SectionHeader.vue | 6 +++--- 7 files changed, 40 insertions(+), 22 deletions(-) diff --git a/components/Card.vue b/components/Card.vue index ffbc7cb5..8e016a36 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -13,9 +13,9 @@ defineProps()
- + {{ title }} - +
{{ icon }}
diff --git a/components/Ecosystem.vue b/components/Ecosystem.vue index 86379275..0b03fd8f 100644 --- a/components/Ecosystem.vue +++ b/components/Ecosystem.vue @@ -15,7 +15,7 @@ const discord = useSocialNetwork('discord') ]" />
- + THE STORACHA ECOSYSTEM diff --git a/components/Footer.vue b/components/Footer.vue index 30ed67c0..7905e5ff 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -16,7 +16,7 @@ const { getStarted, resources } = useActions('footerLinks')
- + Resources
@@ -30,7 +30,7 @@ const { getStarted, resources } = useActions('footerLinks')
- + Getting Started
diff --git a/components/HeroHome.vue b/components/HeroHome.vue index e4b3df2b..8984e00b 100644 --- a/components/HeroHome.vue +++ b/components/HeroHome.vue @@ -1,27 +1,45 @@ + + diff --git a/components/KeyFeatures.vue b/components/KeyFeatures.vue index d813bea3..10033931 100644 --- a/components/KeyFeatures.vue +++ b/components/KeyFeatures.vue @@ -62,7 +62,7 @@ const cards = [{ {{ card.title }} - + {{ card.subTitle }}

diff --git a/components/PricingCard.vue b/components/PricingCard.vue index 85db2f3e..d9863598 100644 --- a/components/PricingCard.vue +++ b/components/PricingCard.vue @@ -18,12 +18,12 @@ const { currency = '$' } = defineProps()