feat:favicon and age info
This commit is contained in:
BIN
apps/web/public/favicon.png
Normal file
BIN
apps/web/public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
@@ -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 |
@@ -1,3 +0,0 @@
|
|||||||
# https://www.robotstxt.org/robotstxt.html
|
|
||||||
User-agent: *
|
|
||||||
Disallow:
|
|
||||||
@@ -19,7 +19,12 @@ export default function Footer() {
|
|||||||
return (
|
return (
|
||||||
<footer className="relative z-40 flex h-[250px] flex-col items-center justify-center bg-[#d09035]">
|
<footer className="relative z-40 flex h-[250px] flex-col items-center justify-center bg-[#d09035]">
|
||||||
<div className="text-center">
|
<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
|
Kunstenkamp
|
||||||
</h3>
|
</h3>
|
||||||
<p className="mb-6 font-['Intro',sans-serif] text-white/80">
|
<p className="mb-6 font-['Intro',sans-serif] text-white/80">
|
||||||
|
|||||||
@@ -9,6 +9,11 @@ const faqQuestions = [
|
|||||||
answer:
|
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.",
|
"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?",
|
question: "Hoelang mag mijn optreden duren?",
|
||||||
answer:
|
answer:
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ export const Route = createRootRouteWithContext<RouterAppContext>()({
|
|||||||
{
|
{
|
||||||
rel: "icon",
|
rel: "icon",
|
||||||
type: "image/svg+xml",
|
type: "image/svg+xml",
|
||||||
href: "/favicon.svg",
|
href: "/favicon.png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
rel: "preconnect",
|
rel: "preconnect",
|
||||||
|
|||||||
Reference in New Issue
Block a user