Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -122,9 +122,8 @@ export default function ProductDetailPage() {
|
||||
<TextAnimation
|
||||
type="entrance-slide"
|
||||
className="text-4xl font-bold mb-4"
|
||||
>
|
||||
{`Details for ${product?.name || 'Product'}`}
|
||||
</TextAnimation>
|
||||
text={`Details for ${product?.name || 'Product'}`}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="grid md:grid-cols-2 gap-8 my-10">
|
||||
|
||||
Reference in New Issue
Block a user