Skip to content

Commit

Permalink
chore: update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Jul 26, 2024
1 parent 0b83c73 commit b4f9c14
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 33 deletions.
17 changes: 1 addition & 16 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,7 @@ export default defineConfig({
}),
sitemap(),
mdx(),
icon({
include: {
tabler: ['*'],
'flat-color-icons': [
'template',
'gallery',
'approval',
'document',
'advertising',
'currency-exchange',
'voice-presentation',
'business-contact',
'database',
],
},
}),
icon(),

...whenExternalScripts(() =>
partytown({
Expand Down
22 changes: 10 additions & 12 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -68,33 +68,31 @@ const metadata = {

<!-- ********** Features2 Widget ********** -->
<Features2
title="What services do we provide?"
subtitle="We offer a wide range of website templates that suit various industries and purposes such as business, portfolio, e-commerce, blog, etc."
title="Why choose us?"
subtitle="A few reasons why our apps are the best choice for your e-commerce business"
items={[
{
title: 'Installation Instructions',
title: 'Easy Setup',
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',
'We provide easy-to-follow setup instructions and video tutorials to help you get started quickly.',
icon: 'flat-color-icons:todo-list',
classes: {
icon: 'text-blue-500',
panel: 'dark:bg-dark',
},
},
{
title: 'Demo and Previews',
description:
'Provide interactive demos and previews that allow customers to see how their chosen template will look and function before making a purchase.',
icon: 'flat-color-icons:template',
title: 'Simple + Not Bloated',
description: 'We believe in simplicity and minimalism, so our apps are lightweight and easy to use.',
icon: 'flat-color-icons:approval',
classes: {
icon: 'text-blue-500',
panel: 'dark:bg-dark',
},
},
{
title: 'Technical Support',
description:
'Providing customer support for any technical issues related to the templates or their implementation.',
title: 'Great Technical Support',
description: 'We provide excellent technical support to help you with any issues or questions you may have.',
icon: 'flat-color-icons:voice-presentation',
classes: {
icon: 'text-blue-500',
Expand Down
10 changes: 5 additions & 5 deletions src/pages/faq.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import Layout from '~/layouts/PageLayout.astro';
import FAQs from '~/components/widgets/FAQs.astro';
// import FAQs from '~/components/widgets/FAQs.astro';
import Features2 from '~/components/widgets/Features2.astro';
import Hero from '~/components/widgets/Hero.astro';
Expand All @@ -26,12 +26,12 @@ const metadata = {
>
<Fragment slot="title">Frequently Asked Questions</Fragment>
<Fragment slot="subtitle">
Dive into our comprehensive FAQ guide. Find answers to recurring questions about our apps and web tools.
Dive into our comprehensive FAQ guide and find answers to recurring questions about our apps and web tools
</Fragment>
</Hero>

<!-- FAQs Widget ******************* -->
<FAQs
<!-- <FAQs
classes={{ container: 'max-w-6xl' }}
items={[
{
Expand Down Expand Up @@ -65,11 +65,11 @@ const metadata = {
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi leo dolor, gravida eget dapibus feugiat, sollicitudin id quam. Proin feugiat nulla erat, nec aliquet enim gravida quis. Etiam commodo nunc a leo efficitur, ut varius libero malesuada. Etiam sollicitudin blandit urna at pharetra. Nam vitae hendrerit dolor.',
},
]}
/>
/> -->

<Features2
title="Still have questions?"
subtitle="Feel free to reach out to us for more information."
subtitle="Feel free to reach out to us for more information"
columns={2}
items={[
{
Expand Down

0 comments on commit b4f9c14

Please sign in to comment.