Update free-sample banner image

This commit is contained in:
Nathan Chapman 2023-08-02 12:15:03 -06:00
parent 6a7ea43f79
commit ba6aa1039f

View File

@ -514,7 +514,7 @@ section:not(:last-child) {
top: 0; top: 0;
left: 0; left: 0;
position: absolute; position: absolute;
background-image: url(/static/images/banner_sizes.jpg); background-image: url(/static/images/banner_shipping.jpg);
animation: slide-out-image-1 var(--total-duration) 3s animation: slide-out-image-1 var(--total-duration) 3s
cubic-bezier(0.54, 0.12, 0.44, 1) infinite; cubic-bezier(0.54, 0.12, 0.44, 1) infinite;
} }
@ -544,7 +544,7 @@ section:not(:last-child) {
.hero-image-2 { .hero-image-2 {
top: 0; top: 0;
right: 0; right: 0;
background-image: url(/static/images/banner_merch.jpg); background-image: url(/static/images/banner_sizes.jpg);
position: absolute; position: absolute;
animation: slide-in-image-2 var(--total-duration) 3s animation: slide-in-image-2 var(--total-duration) 3s
cubic-bezier(0.54, 0.12, 0.44, 1) infinite; cubic-bezier(0.54, 0.12, 0.44, 1) infinite;