Add HeroText widget for H1
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
import Layout from '~/layouts/PageLayout.astro';
|
import Layout from '~/layouts/PageLayout.astro';
|
||||||
|
import HeroText from '~/components/widgets/HeroText.astro';
|
||||||
import Prices from '~/components/widgets/Pricing.astro';
|
import Prices from '~/components/widgets/Pricing.astro';
|
||||||
import FAQs from '~/components/widgets/FAQs.astro';
|
import FAQs from '~/components/widgets/FAQs.astro';
|
||||||
import Steps from '~/components/widgets/Steps.astro';
|
import Steps from '~/components/widgets/Steps.astro';
|
||||||
@ -12,6 +13,14 @@ const metadata = {
|
|||||||
---
|
---
|
||||||
|
|
||||||
<Layout metadata={metadata}>
|
<Layout metadata={metadata}>
|
||||||
|
<!-- HeroText Widget ******************* -->
|
||||||
|
|
||||||
|
<HeroText
|
||||||
|
tagline="Pricing"
|
||||||
|
title="Stellar Pricing for Every Journey"
|
||||||
|
subtitle="Choose the perfect plan that aligns with your cosmic goals."
|
||||||
|
/>
|
||||||
|
|
||||||
<!-- Pricing Widget ******************* -->
|
<!-- Pricing Widget ******************* -->
|
||||||
|
|
||||||
<Prices
|
<Prices
|
||||||
@ -106,7 +115,7 @@ const metadata = {
|
|||||||
<Features3
|
<Features3
|
||||||
title="Price-related features"
|
title="Price-related features"
|
||||||
subtitle="Discover the advantages of choosing our plans"
|
subtitle="Discover the advantages of choosing our plans"
|
||||||
columns={3}
|
columns={2}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
title: 'Tiered Pricing Plans',
|
title: 'Tiered Pricing Plans',
|
||||||
@ -139,6 +148,7 @@ const metadata = {
|
|||||||
icon: 'tabler:headset',
|
icon: 'tabler:headset',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
classes={{ container: "max-w-5xl"}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Steps Widget ****************** -->
|
<!-- Steps Widget ****************** -->
|
||||||
|
Reference in New Issue
Block a user