This commit is contained in:
Rabeel7 2024-11-20 04:27:44 +05:00
parent 9d51339980
commit d90b67fb41

View File

@ -56,7 +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>Hello</h1>
<h1>Helloo</h1>
</section>
);
}