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()