press page

This commit is contained in:
alma 2025-05-05 12:07:17 +02:00
parent 3b48f1fea2
commit be51107b1b

View File

@ -22,6 +22,7 @@ import {
Circle, Circle,
Menu, Menu,
Newspaper, Newspaper,
BookOpenText,
} from "lucide-react"; } from "lucide-react";
import Image from "next/image"; import Image from "next/image";
import Link from "next/link"; import Link from "next/link";
@ -279,7 +280,7 @@ export function MainNav() {
<span className="sr-only">Radio</span> <span className="sr-only">Radio</span>
</Link> </Link>
<Link href='/press' className='text-white/80 hover:text-white'> <Link href='/press' className='text-white/80 hover:text-white'>
<Newspaper className='w-5 h-5' /> <BookOpenText className='w-5 h-5' />
<span className="sr-only">Press</span> <span className="sr-only">Press</span>
</Link> </Link>
<Link href='/announcement' className='text-white/80 hover:text-white'> <Link href='/announcement' className='text-white/80 hover:text-white'>