diff --git a/.env b/.env
new file mode 100644
index 0000000..2d74d2a
--- /dev/null
+++ b/.env
@@ -0,0 +1,5 @@
+SUPABASE_URL="https://qsssikzgwomudkwfmgad.supabase.co"
+# DATABASE_URL="postgresql://postgres.qsssikzgwomudkwfmgad:etrTXNz3ZOwaLJmT@aws-0-eu-north-1.pooler.supabase.com:6543/postgres"
+DATABASE_URL="postgresql://postgres.qsssikzgwomudkwfmgad:Wrongly1-Untimed0-Peculiar0-Unlikable7-Cubbyhole8@aws-0-eu-north-1.pooler.supabase.com:6543/postgre"
+APIKEY_MAPS="AIzaSyAwfOShBqkBcS46WqmlsIVWQJ8gpdOPk_4"
+SUPABASE_ANON_KEY="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InFzc3Npa3pnd29tdWRrd2ZtZ2FkIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NTQzMjY1NTQsImV4cCI6MjA2OTkwMjU1NH0.BTSscdTcPP1GVmMB-H5caLpWsfuAw1V6mXiqogF8TjU"
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 2d192b5..fc44466 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,6 @@ dist
dist-ssr
*.local
count.txt
-.env
.nitro
.tanstack
.output
diff --git a/public/drone.webp b/public/drone.webp
new file mode 100644
index 0000000..ac469e5
Binary files /dev/null and b/public/drone.webp differ
diff --git a/public/profile.png b/public/profile.png
new file mode 100644
index 0000000..18b960e
Binary files /dev/null and b/public/profile.png differ
diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx
index a9f57ab..c3c0ce1 100644
--- a/src/routes/__root.tsx
+++ b/src/routes/__root.tsx
@@ -53,11 +53,19 @@ function RootDocument({ children }: { children: React.ReactNode }) {