diff --git a/index-orig.html b/index-orig.html new file mode 100644 index 0000000..8238ad8 --- /dev/null +++ b/index-orig.html @@ -0,0 +1,415 @@ + + + + + +Adeptus Miniaturium | Sanctus Painting + + + + + + +
+

Adeptus Miniaturium

+

Sanctificando Plástico para la Gloria del Imperio

+
+ + + +
+

+++ Inicializando Lógica +++

+
+

// PENSAMIENTO DEL DÍA: LA ESPERANZA ES EL PRIMER PASO HACIA LA DECEPCIÓN.

+
+

Bienvenido al manufactorum personal del Artífice Marcos. Aquí, las miniaturas grises son purgadas de su falta de color y bendecidas con pigmentos sagrados, lavados de Nuln Oil y pincel seco ritual.

+

No pintamos juguetes. Forjamos veteranos de la Larga Guerra.

+
+ Iniciar Protocolo de Encargo +
+
+ +
+

+++ Archivos de Batalla +++

+
+
+
+ +
+
Muestra A-1: Astartes Pattern
+
+
+
+ +
+
Muestra B-2: Engine War
+
+
+
+ +
+
Muestra C-3: Xenos Filth
+
+
+
+ +
+

+++ Súplica al Manufactorum +++

+
+

Rellena los datos para solicitar la atención del Artífice. Sé preciso, el tiempo es un recurso limitado del Emperador.

+
+ + + + +
+
+
+ +
+

+++ Archivo: Magos Marcos +++

+
+
+
+

[ESTADO]: Operativo
+ [UBICACIÓN]: Sector Baeticus (Andalucía)
+ [ESPECIALIDAD]: Grimdark Realista, Weathering pesado, OSL.

+

Marcos no pinta para que queden bonitos en la estantería. Pinta para que parezca que tus muñecos han sobrevivido a un bombardeo orbital en Istvaan V. Aquí hay barro, sangre y oscuridad.

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html index 187faa0..5598d3b 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + Adeptus Miniaturium
diff --git a/src/App.jsx b/src/App.jsx index abdbbef..b73f02f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,28 +1,22 @@ -import Header from '@/components/Header.jsx'; -import NavBar from '@/components/NavBar.jsx'; -import Footer from '@/components/Footer.jsx'; -import { Route, Routes, useLocation } from 'react-router-dom' -import ProtectedRoute from '@/components/Auth/ProtectedRoute.jsx' -import useSessionRenewal from '@/hooks/useSessionRenewal' -import { CONSTANTS } from '@/util/constants' - -import Home from '@/pages/Home.jsx' -import Building from '@/pages/Building.jsx' - -function App() { - const routesWithFooter = ["/"]; +import Footer from '@/components/Footer' +import Header from '@/components/Header' +import NavBar from '@/components/NavBar/NavBar' +import Home from '@/pages/Home' +import { Route, Routes } from 'react-router-dom' +import Login from './pages/Login' +const App = () => { return ( <>
- } /> - } /> + } /> + } /> - {routesWithFooter.includes(useLocation().pathname) ?