+ Lugar
+
+
+ Hub Providencia, Calle Falsa, 1234, Santiago Centro, Santiago, Chile.
+
+
+ Más descripción de como llegar al evento. Tocar la puerta X, subir por las escaleras de la derecha, etc.
+
+
+ );
+};
+
diff --git a/app/(transition)/(root)/events/[id]/page.tsx b/app/(transition)/(root)/events/[id]/page.tsx
index 826a039..4f085df 100644
--- a/app/(transition)/(root)/events/[id]/page.tsx
+++ b/app/(transition)/(root)/events/[id]/page.tsx
@@ -5,6 +5,7 @@ import {
FetchExampleEventsQuery,
} from "../../../../../src/components/features/LandingPageEvents/graphql/FetchExampleEvents.generated";
import { Hero } from "./_components/Hero/Hero";
+import { Location } from "./_components/Location/Location";
import { Register } from "./_components/Register/Register";
const event = {
@@ -20,11 +21,12 @@ export default async function Event() {
query: FetchExampleEventsDocument,
});
return (
-