Skip to content

Commit

Permalink
feat: Updated src/pages/index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Jan 22, 2024
1 parent 03471f8 commit ac4ff4d
Showing 1 changed file with 5 additions and 28 deletions.
33 changes: 5 additions & 28 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
import { Outlet } from '@remix-run/react';
import Layout from '~/layouts/PageLayout.astro';
import ApiDataFetcher from '~/components/ApiDataFetcher.astro';
Expand All @@ -20,35 +21,11 @@ const metadata = {
---

<Layout metadata={metadata}>
<!-- Remix Outlet ***************** -->
<Outlet />

<!-- Hero Widget ******************* -->

<Hero
actions={[
{
variant: 'primary',
text: 'Get template',
href: 'https://github.com/onwidget/astrowind',
target: '_blank',
icon: 'tabler:download',
},
{ text: 'Learn more', href: '#features' },
]}
image={{ src: '~/assets/images/hero.png', alt: 'AstroWind Hero Image' }}
>
<Fragment slot="title">
Free template for <span class="hidden xl:inline">creating websites with</span>
<span class="text-accent dark:text-white highlight"> Astro 4.0</span> + Tailwind CSS
</Fragment>

<Fragment slot="subtitle">
<span class="hidden sm:inline">
<span class="font-semibold">AstroWind</span> is a free, customizable and production-ready template for Astro 4.0
+ Tailwind CSS.</span
>
<span class="block mb-1 sm:hidden font-bold text-blue-600">AstroWind: Production-ready.</span>
Suitable for Startups, Small Business, SaaS websites, Professional Portfolios, Marketing websites, Landing Pages
& Blogs.
</Fragment>
<!-- ... rest of the Hero component ... -->
</Hero>

<!-- Note Widget ******************* -->
Expand Down

0 comments on commit ac4ff4d

Please sign in to comment.