Skip to content

Commit

Permalink
chore: update hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Jul 10, 2024
1 parent 0e53b06 commit e550acd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added src/assets/images/hero-image-head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/hero-image-new.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/widgets/Hero.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import Image from '~/components/common/Image.astro';
import Button from '~/components/ui/Button.astro';
import Background from '~/components/ui/Background.astro';
// import Background from '~/components/ui/Background.astro';
import type { Hero as Props } from '~/types';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const metadata = {

<Layout metadata={metadata}>
<!-- Hero Widget ******************* -->
<Hero image={{ src: '~/assets/images/hero-image-new.png', alt: 'AstroWind Hero Image' }}>
<Hero image={{ src: '~/assets/images/hero-image-head.png', alt: 'AstroWind Hero Image' }}>
<Fragment slot="title">
<span class="hidden xl:inline">We're a Sydney based startup making delightful</span>
<span class="xl:hidden">Delightful</span>
Expand Down

0 comments on commit e550acd

Please sign in to comment.