Skip to content

Commit

Permalink
chore: update content
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Jul 12, 2024
1 parent 2015bdd commit 6083a17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/pages/[...blog]/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const metadata = {
<Layout metadata={metadata}>
<section class="px-6 sm:px-6 py-12 sm:py-16 lg:py-20 mx-auto max-w-4xl">
<Headline
subtitle="A statically generated blog example with news, tutorials, resources and other interesting content related to AstroWind"
subtitle="App news, project updates and other interesting content from our team at sturmfrei"
>
The Blog
Our Blog
</Headline>
<BlogList posts={page.data} />
<Pagination prevUrl={page.url.prev} nextUrl={page.url.next} />
Expand Down
4 changes: 2 additions & 2 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const metadata = {
}}
>
<Fragment slot="title">
Elevate your online presence with our <br />
<span class="text-accent dark:text-white highlight"> Beautiful Website Templates</span>
Maximise your online presence with <br />
<span class="text-accent highlight"> our expertise</span>
</Fragment>

<Fragment slot="subtitle">
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const metadata = {
<!-- Hero Widget ******************* -->
<Hero image={{ src: '~/assets/images/hero-image-city.png', alt: 'AstroWind Hero Image' }}>
<Fragment slot="title">
<span class="hidden xl:inline">We're a Sydney based startup making playful</span>
<span class="xl:hidden">Playful</span>
<span class="hidden xl:inline">We're a Sydney based startup making finely crafted</span>
<span class="xl:hidden">Finely crafted</span>
<span class="text-accent highlight"> apps</span> and <span class="text-accent highlight">tools</span> for the web
</Fragment>

Expand Down

0 comments on commit 6083a17

Please sign in to comment.