backup: before bulk replacement

This commit is contained in:
2026-05-19 19:49:01 +01:00
parent d7bec1ae78
commit 27806f438f
11 changed files with 1044 additions and 955 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
import { query } from '@/lib/db';
import { Event } from '@/types/racing';
import Link from 'next/link';
import Image from "next/image";
import { TrophyIcon, UsersIcon, MapPinIcon, ClockIcon, CalendarIcon } from '@/components/ui/icons';
export const dynamic = "force-dynamic";
@@ -75,7 +76,7 @@ export default async function EventsPage() {
return (
<div key={event.event_id} className="border border-white/10 sharp-border bg-black">
<img
<Image
src={`https://files.openwheels.racing/img/EnduranceEvents1-${event.event_id}.png?fckcache=999`}
alt={event.event_name}
className="w-full h-48 object-cover object-[50%_0%] border-b border-white/10 grayscale hover:grayscale-0 transition duration-300"