feat: add unique high-fidelity images for metallic arts and wooden heritage categories

This commit is contained in:
vickytechkey 2026-08-20 19:13:57 +05:30
parent c6d762a19f
commit cd2066cbbf
3 changed files with 2 additions and 2 deletions

BIN
public/brass_figurine.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 808 KiB

BIN
public/wooden_carving.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

View file

@ -894,7 +894,7 @@ export default function App() {
</div>
{/* Category 3 */}
<div className="group relative overflow-hidden rounded border border-[#D9C5B2] bg-white hover:border-primary transition-colors block aspect-[4/5] cursor-pointer">
<img className="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" src="/terracotta_vases.jpg" />
<img className="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" src="/brass_figurine.jpg" />
<div className="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent"></div>
<div className="absolute bottom-0 left-0 p-4 w-full text-white">
<h3 className="font-caslon text-lg font-bold mb-1">Metallic Arts</h3>
@ -903,7 +903,7 @@ export default function App() {
</div>
{/* Category 4 */}
<div className="group relative overflow-hidden rounded border border-[#D9C5B2] bg-white hover:border-primary transition-colors block aspect-[4/5] cursor-pointer">
<img className="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" src="/kanchipuram_silk.jpg" />
<img className="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" src="/wooden_carving.jpg" />
<div className="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent"></div>
<div className="absolute bottom-0 left-0 p-4 w-full text-white">
<h3 className="font-caslon text-lg font-bold mb-1">Wooden Heritage</h3>