mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 07:17:52 +00:00
@@ -100,10 +100,10 @@ export default function NewsArticlePage() {
|
||||
{/* Galeria Grid */}
|
||||
<div className="grid grid-cols-2 gap-6 mt-12">
|
||||
<div className="relative aspect-square overflow-hidden rounded-[28px] bg-neutral-100 border border-black/5">
|
||||
<Image src="https://images.unsplash.com/photo-1493225255756-d9584f8606e9" fill className="object-cover" alt="Concerto Adele 1" />
|
||||
<Image unoptimized src="https://images.unsplash.com/photo-1493225255756-d9584f8606e9" fill className="object-cover" alt="Concerto Adele 1" />
|
||||
</div>
|
||||
<div className="relative aspect-square overflow-hidden rounded-[28px] bg-neutral-100 border border-black/5">
|
||||
<Image src="https://images.unsplash.com/photo-1470225620780-dba8ba36b745" fill className="object-cover" alt="Concerto Adele 2" />
|
||||
<Image unoptimized src="https://images.unsplash.com/photo-1470225620780-dba8ba36b745" fill className="object-cover" alt="Concerto Adele 2" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user