diff --git a/index.html b/index.html index 095fb3a4537..f79ea9ecdba 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,16 @@ -
- - -{message}
++ + {product.name} + +
+ ++ Screen + + {product.screen.split(' ')[0]} + {product.screen.split(' ')[1]} + +
+ ++ Capacity + + {product.capacity.replace('GB', '')} + GB + +
+ ++ RAM + + {product.ram.replace('GB', '')} + GB + +
+Your cart is empty
+
+ + {favorites.length} item{favorites.length === 1 ? '' : 's'} +
+ + {favorites.length === 0 ? ( +Favorites is empty
+ ) : visibleFavorites.length === 0 ? ( ++ There are no products matching the query. +
+ ) : ( ++ + {banner.kicker} + + {banner.icon && ( + + )} +
+ )} + + {banner.text && ( ++ {banner.text} +
+ )} ++ + {banner.kicker} + +
+ )} + ++ Go to{' '} + + Home + + . +
+
+ {section.title}
+ )} + {section.paragraphs.map((paragraph, paragraphIndex) => ( ++ {paragraph} +
+ ))} ++ The product with id {productId} is missing. +
+ + Return to home + +Something went wrong while loading products.
+ ++ {totalItems} model{totalItems === 1 ? '' : 's'} +
+