diff --git a/src/components/PageTransition.svelte b/src/components/PageTransition.svelte
new file mode 100644
index 0000000..8f86f23
--- /dev/null
+++ b/src/components/PageTransition.svelte
@@ -0,0 +1,14 @@
+
+
+{#key refresh}
+
+
+
+{/key}
\ No newline at end of file
diff --git a/src/routes/[country]/[location]/index.svelte b/src/routes/[country]/[location]/index.svelte
index 2372b89..8de723c 100644
--- a/src/routes/[country]/[location]/index.svelte
+++ b/src/routes/[country]/[location]/index.svelte
@@ -1,7 +1,6 @@