feat:favicon and age info

This commit is contained in:
2026-03-03 08:54:50 +01:00
parent 3c439649f9
commit 1210b2e13e
6 changed files with 12 additions and 11 deletions

BIN
apps/web/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect width="100" height="100" fill="#d82560"/>
<circle cx="50" cy="35" r="15" fill="white"/>
<rect x="40" y="45" width="20" height="30" fill="white"/>
<rect x="35" y="75" width="30" height="8" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 286 B

View File

@@ -1,3 +0,0 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

View File

@@ -19,7 +19,12 @@ export default function Footer() {
return (
<footer className="relative z-40 flex h-[250px] flex-col items-center justify-center bg-[#d09035]">
<div className="text-center">
<h3 className="mb-4 font-['Intro',sans-serif] text-2xl text-white">
<h3 className="mb-4 flex items-center justify-center gap-2 font-['Intro',sans-serif] text-2xl text-white">
<img
src="/favicon.png"
alt=""
className="h-8 w-8 rounded bg-[#0B1C1F]"
/>
Kunstenkamp
</h3>
<p className="mb-6 font-['Intro',sans-serif] text-white/80">

View File

@@ -9,6 +9,11 @@ const faqQuestions = [
answer:
"Iedereen! Of je nu een doorgewinterde artiest bent of voor het eerst op een podium staat — de open mic night is er voor alle niveaus en ervaringen.",
},
{
question: "Is er een minimumleeftijd?",
answer:
"Als je wilt optreden, moet je minimaal 15 jaar oud zijn & toestemming hebben van je ouders. Er is geen maximumleeftijd — iedereen is welkom!",
},
{
question: "Hoelang mag mijn optreden duren?",
answer:

View File

@@ -101,7 +101,7 @@ export const Route = createRootRouteWithContext<RouterAppContext>()({
{
rel: "icon",
type: "image/svg+xml",
href: "/favicon.svg",
href: "/favicon.png",
},
{
rel: "preconnect",