Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed public/homepage-animation.gif
Binary file not shown.
Binary file removed public/homepage-animation_SH.gif
Binary file not shown.
Binary file added public/homepage_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/components/hero-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ export const HeroBanner = () => {
</Text>
</Stack>
<Stack flex={1} spacing={{ base: 10, md: 20 }}>
{/* <Image
src={'/homepage-animation_SH.gif'}
alt='Animation of virtual particles in the global oceans'
{<Image
src={'/homepage_image.png'}
alt='Rendering of the new Dutch Research Vessel Anna Weber-van Bosse on a sea of data'
objectFit='contain'
></Image> */} # TODO add animation
></Image>}

<Stack
spacing={{ base: 4, sm: 6 }}
Expand All @@ -59,7 +59,7 @@ export const HeroBanner = () => {
as={Link}
variant={'outline'}
colorScheme={'blue'}
href='https://virtualship.oceanparcels.org'
href='https://virtualship.oceanparcels.org' // TODO fix link after deployment
>
Get Started
</Button>
Expand Down