Skip to content

Commit

Permalink
fixing asteroid watch index page
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Aug 14, 2024
1 parent 9620549 commit c46abc9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,28 @@ export const BaseStory = {
name: 'PageAsteroidWatchIndex',
args: {
data: {
...HeroLargeData,
description:
'Crawl, walk and even climb rock walls, this robot was designed to operate in extreme terrains.',
listingPageHeroImage: {
// beach
src: {
url: 'https://picsum.photos/id/973/1800/1200',
width: 1800,
height: 1200
},
// lake
srcSet:
'https://picsum.photos/id/865/768/548 768w, https://picsum.photos/id/865/1024/684 1024w, https://picsum.photos/id/865/1440/770 1440w, https://picsum.photos/id/865/1800/963 1800w',
// jungle
screenMd: {
url: 'https://picsum.photos/id/921/800/640'
},
// desert
screenSm: {
url: 'https://picsum.photos/id/247/640/900'
},
alt: 'Robotics detail page hero image'
},
title: 'Asteroid Watch',
body: BlockStreamfieldData.body,
latestAsteroidNews: BlockLinkCardCarouselData
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
<HeroLarge
:title="data.title"
:image="data.heroImage"
:image="data.listingPageHeroImage"
has-overlay
/>

Expand Down

0 comments on commit c46abc9

Please sign in to comment.