mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
change a bunch of stuff to get biz on brand
This commit is contained in:
@@ -114,7 +114,7 @@ async function RelatedProducts({ id }: { id: string }) {
|
||||
|
||||
return (
|
||||
<div className="py-8">
|
||||
<h2 className="mb-4 text-2xl font-bold">Related Products</h2>
|
||||
<h2 className="mb-4 text-2xl font-bold">More Big Tees</h2>
|
||||
<ul className="flex w-full gap-4 overflow-x-auto pt-1">
|
||||
{relatedProducts.map((product) => (
|
||||
<li
|
||||
@@ -129,6 +129,8 @@ async function RelatedProducts({ id }: { id: string }) {
|
||||
amount: product.priceRange.maxVariantPrice.amount,
|
||||
currencyCode: product.priceRange.maxVariantPrice.currencyCode
|
||||
}}
|
||||
sparkles={false}
|
||||
available={product.availableForSale}
|
||||
src={product.featuredImage?.url}
|
||||
fill
|
||||
sizes="(min-width: 1024px) 20vw, (min-width: 768px) 25vw, (min-width: 640px) 33vw, (min-width: 475px) 50vw, 100vw"
|
||||
|
Reference in New Issue
Block a user