change a bunch of stuff to get biz on brand

This commit is contained in:
druzydowns
2024-04-02 03:12:03 -04:00
parent cf49ed9c18
commit f8576f5118
24 changed files with 297 additions and 84 deletions

View File

@@ -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"