Merge pull request #232 from widgeter/main
Modify some texts on startup page
This commit is contained in:
@ -232,7 +232,7 @@ const metadata = {
|
||||
<!-- Pricing Widget ******************* -->
|
||||
|
||||
<Pricing
|
||||
title="Flexible pricing plans for AstroWind"
|
||||
title="Flexible pricing plans"
|
||||
prices={[
|
||||
{
|
||||
title: 'free',
|
||||
|
@ -24,11 +24,7 @@ const metadata = {
|
||||
callToAction2={{ text: 'Learn more', href: '#features' }}
|
||||
>
|
||||
<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
|
||||
> with Astrowind templates
|
||||
</Fragment>
|
||||
@ -54,13 +50,24 @@ const metadata = {
|
||||
</Fragment>
|
||||
</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
|
||||
title="Our statistics"
|
||||
title="Our impressive statistics"
|
||||
stats={[
|
||||
{ title: 'Templates', amount: '56' },
|
||||
{ title: 'Downloads', amount: '182K' },
|
||||
{ title: 'Websites Launched', amount: '87' },
|
||||
{ title: 'User Ratings', amount: '4.8' },
|
||||
{ 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."
|
||||
items={[
|
||||
{
|
||||
title: 'Download and Installation Instructions',
|
||||
title: 'Installation Instructions',
|
||||
description:
|
||||
'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',
|
||||
@ -183,26 +190,6 @@ const metadata = {
|
||||
</Fragment>
|
||||
</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
|
||||
@ -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">
|
||||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||
<Fragment slot="title">Be a part of our vision</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
Discover a dynamic work environment, unparalleled growth opportunities, and the chance to make a meaningful
|
||||
impact.
|
||||
</Fragment>
|
||||
</Features3>
|
||||
</CallToAction>
|
||||
</Layout>
|
||||
|
Reference in New Issue
Block a user