Modify stats widget and include on mobile-app page

This commit is contained in:
widgeter
2023-08-07 20:43:46 +02:00
parent 9c18e021c2
commit ebd1ec70cb
4 changed files with 64 additions and 63 deletions

View File

@ -8,6 +8,7 @@ import Features3 from '~/components/widgets/Features3.astro';
import Content from '~/components/widgets/Content.astro';
import Testimonials from '~/components/widgets/Testimonials.astro';
import FAQs from '~/components/widgets/FAQs.astro';
import Stats from '~/components/widgets/Stats.astro';
const metadata = {
title: 'Mobile App Landing Page',
@ -178,6 +179,16 @@ const metadata = {
</Fragment>
</Content>
<!-- Stats Widget ****************** -->
<Stats
stats={[
{ amount: '20K', icon: 'tabler:download' },
{ amount: '18.5K', icon: 'tabler:users' },
{ amount: '4.7', icon: 'tabler:user-star' },
]}
/>
<!-- Testimonials Widget *********** -->
<Testimonials