Merge d90b67fb41c837ebce5447deede6173a65ca9383 into 8d4cc9a9a77c0cdd7ae478c190e7905d059a6637

This commit is contained in:
Rabeel7 2024-11-19 23:28:09 +00:00 committed by GitHub
commit 57d4e0179e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,7 @@ export async function ThreeItemGrid() {
<ThreeItemGridItem size="full" item={firstProduct} priority={true} />
<ThreeItemGridItem size="half" item={secondProduct} priority={true} />
<ThreeItemGridItem size="half" item={thirdProduct} />
<h1>Helloo</h1>
</section>
);
}