Skip to content

Commit

Permalink
chore: update footer and hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Jul 10, 2024
1 parent e550acd commit 5021bf6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Binary file added src/assets/images/hero-image-city.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/widgets/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const { socialLinks = [], secondaryLinks = [], links = [], footNote = '', theme
class="text-muted dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 rounded-lg text-sm p-2.5 inline-flex items-center"
aria-label={ariaLabel}
href={href}
target="_blank"
>
{icon && <Icon name={icon} class="w-5 h-5" />}
<Fragment set:html={text} />
Expand Down
2 changes: 1 addition & 1 deletion src/components/widgets/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const {
sizes="(max-width: 767px) 400px, (max-width: 1023px) 768px, (max-width: 2039px) 1024px, 2040px"
loading="eager"
width={1024}
height={576}
height={676}
{...image}
/>
)}
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-head.png', alt: 'AstroWind Hero Image' }}>
<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 delightful</span>
<span class="xl:hidden">Delightful</span>
Expand Down
2 changes: 2 additions & 0 deletions src/pages/terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ You represent that you are over the age of 18\. The Company does not permit thos

Your access to and use of the Service is also conditioned on Your acceptance of and compliance with the Privacy Policy of the Company. Our Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your personal information when You use the Application or the Website and tells You about Your privacy rights and how the law protects You. Please read Our Privacy Policy carefully before using Our Service.

Hero png image from [pngtree.com](https://pngtree.com/freepng/three-dimensional-high-rise-building-technology-scene_3688671.html)

## Links to Other Websites

Our Service may contain links to third-party web sites or services that are not owned or controlled by the Company.
Expand Down

0 comments on commit 5021bf6

Please sign in to comment.