Modify some texts on startup page

This commit is contained in:
widgeter
2023-08-17 18:24:54 +02:00
parent af24aeb322
commit 03714b3ae9
2 changed files with 33 additions and 32 deletions

View File

@ -232,7 +232,7 @@ const metadata = {
<!-- Pricing Widget ******************* --> <!-- Pricing Widget ******************* -->
<Pricing <Pricing
title="Flexible pricing plans for AstroWind" title="Flexible pricing plans"
prices={[ prices={[
{ {
title: 'free', title: 'free',

View File

@ -24,10 +24,6 @@ const metadata = {
callToAction2={{ text: 'Learn more', href: '#features' }} callToAction2={{ text: 'Learn more', href: '#features' }}
> >
<Fragment slot="title"> <Fragment slot="title">
<!-- Astrowind: <span class="hidden sm:inline">empowering</span> your website with <span
class="text-accent dark:text-white highlight">Astro 2.0</span
> + Tailwind CSS <span class="hidden sm:inline">templates</span> -->
Improve <span class="hidden sm:inline">the online presence of</span> your <span Improve <span class="hidden sm:inline">the online presence of</span> your <span
class="text-accent dark:text-white highlight">Startup</span class="text-accent dark:text-white highlight">Startup</span
> with Astrowind templates > with Astrowind templates
@ -54,13 +50,24 @@ const metadata = {
</Fragment> </Fragment>
</Hero> </Hero>
<!-- Features2 Widget ************** -->
<Features2
title="About us"
subtitle="We believe in the magic of turning dreams into stunning realities. Founded by passionate developers with a shared vision, we set out to simplify the website creation process. Our templates bring together the innovation of Astro 2.0 and the versatility of Tailwind CSS, enabling you to express your unique brand identity like never before."
>
<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Features2>
<!-- Stats Widget ****************** --> <!-- Stats Widget ****************** -->
<Stats <Stats
title="Our statistics" title="Our impressive statistics"
stats={[ stats={[
{ title: 'Templates', amount: '56' },
{ title: 'Downloads', amount: '182K' }, { title: 'Downloads', amount: '182K' },
{ title: 'Websites Launched', amount: '87' },
{ title: 'User Ratings', amount: '4.8' }, { title: 'User Ratings', amount: '4.8' },
{ title: 'Satisfied Clients', amount: '116K' }, { title: 'Satisfied Clients', amount: '116K' },
]} ]}
@ -73,7 +80,7 @@ const metadata = {
subtitle="We offer a wide range of website templates that suit various industries and purposes such as business, portfolio, e-commerce, blog, etc." subtitle="We offer a wide range of website templates that suit various industries and purposes such as business, portfolio, e-commerce, blog, etc."
items={[ items={[
{ {
title: 'Download and Installation Instructions', title: 'Installation Instructions',
description: description:
'Offer clear instructions on how to download the purchased templates and install them on various website platforms or content management systems.', 'Offer clear instructions on how to download the purchased templates and install them on various website platforms or content management systems.',
icon: 'flat-color-icons:document', icon: 'flat-color-icons:document',
@ -183,26 +190,6 @@ const metadata = {
</Fragment> </Fragment>
</FAQs> </FAQs>
<!-- CallToAction Widget *********** -->
<CallToAction
callToAction={{
targetBlank: true,
text: 'Get template',
href: 'https://github.com/onwidget/astrowind',
icon: 'tabler:download',
}}
>
<Fragment slot="title">
Astro + <br class="block sm:hidden" /><span class="sm:whitespace-nowrap"> Tailwind CSS</span>
</Fragment>
<Fragment slot="subtitle">
Be very surprised by these huge fake numbers you are seeing on this page. <br class="hidden md:inline" />Don't
waste more time! :P
</Fragment>
</CallToAction>
<!-- Features3 Widget ************** --> <!-- Features3 Widget ************** -->
<Features3 <Features3
@ -247,9 +234,23 @@ const metadata = {
}, },
}, },
]} ]}
/>
<!-- CallToAction Widget *********** -->
<CallToAction
callToAction={{
targetBlank: true,
text: 'Get templates',
href: 'https://github.com/onwidget/astrowind',
icon: 'tabler:download',
}}
> >
<Fragment slot="bg"> <Fragment slot="title">Be a part of our vision</Fragment>
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
<Fragment slot="subtitle">
Discover a dynamic work environment, unparalleled growth opportunities, and the chance to make a meaningful
impact.
</Fragment> </Fragment>
</Features3> </CallToAction>
</Layout> </Layout>