Format all files with prettier: npm run format
This commit is contained in:
@@ -18,7 +18,7 @@ const metadata = {
|
||||
tagline="Services"
|
||||
title="Elevate your projects with our stunning templates"
|
||||
subtitle="Explore our meticulously crafted templates tailored to various industries and purposes. From captivating presentations to functional website designs, we offer the tools you need to succeed."
|
||||
actions={[{ variant:"primary", target: '_blank', text: 'Start exploring', href: '/' }]}
|
||||
actions={[{ variant: 'primary', target: '_blank', text: 'Start exploring', href: '/' }]}
|
||||
image={{
|
||||
src: 'https://images.unsplash.com/photo-1519389950473-47ba0277781c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80',
|
||||
alt: 'AstroWind Hero Image',
|
||||
@@ -211,11 +211,13 @@ const metadata = {
|
||||
<!-- CallToAction Widget *********** -->
|
||||
|
||||
<CallToAction
|
||||
actions={[{
|
||||
variant: "primary",
|
||||
text: 'Start exploring',
|
||||
href: '/',
|
||||
}]}
|
||||
actions={[
|
||||
{
|
||||
variant: 'primary',
|
||||
text: 'Start exploring',
|
||||
href: '/',
|
||||
},
|
||||
]}
|
||||
title="Dive into our template collection"
|
||||
subtitle="Whether you're in business, design, or education, our templates are here to elevate your projects."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user