{collection?.image && (
-

)}
diff --git a/templates/demo-store/app/routes/($lang).journal.$journalHandle.tsx b/templates/demo-store/app/routes/($lang).journal.$journalHandle.tsx
index 7bc5810534..de4529b74a 100644
--- a/templates/demo-store/app/routes/($lang).journal.$journalHandle.tsx
+++ b/templates/demo-store/app/routes/($lang).journal.$journalHandle.tsx
@@ -4,7 +4,6 @@ import {Image} from '@shopify/hydrogen';
import {Blog} from '@shopify/hydrogen/storefront-api-types';
import invariant from 'tiny-invariant';
import {PageHeader, Section} from '~/components';
-import {ATTR_LOADING_EAGER} from '~/lib/const';
import {seoPayload} from '~/lib/seo.server';
import styles from '../styles/custom-font.css';
import {routeHeaders, CACHE_LONG} from '~/data/cache';
@@ -74,13 +73,7 @@ export default function Article() {
data={image}
className="w-full mx-auto mt-8 md:mt-16 max-w-7xl"
sizes="90vw"
- widths={[400, 800, 1200]}
- width="100px"
- loading={ATTR_LOADING_EAGER}
- loaderOptions={{
- scale: 2,
- crop: 'center',
- }}
+ loading="eager"
/>
)}
)}
diff --git a/templates/demo-store/app/routes/($lang).products.$productHandle.tsx b/templates/demo-store/app/routes/($lang).products.$productHandle.tsx
index 029723dd5e..039829361e 100644
--- a/templates/demo-store/app/routes/($lang).products.$productHandle.tsx
+++ b/templates/demo-store/app/routes/($lang).products.$productHandle.tsx
@@ -122,7 +122,7 @@ export default function Product() {
return (
<>
-