diff --git a/src/layouts/Layout.astro b/src/app.tsx similarity index 100% rename from src/layouts/Layout.astro rename to src/app.tsx diff --git a/src/components/Footer.astro b/src/components/Footer.tsx similarity index 100% rename from src/components/Footer.astro rename to src/components/Footer.tsx diff --git a/src/components/ImageSection.astro b/src/components/ImageSection.tsx similarity index 100% rename from src/components/ImageSection.astro rename to src/components/ImageSection.tsx diff --git a/src/components/NavBar.astro b/src/components/NavBar.tsx similarity index 100% rename from src/components/NavBar.astro rename to src/components/NavBar.tsx diff --git a/src/pages/about.astro b/src/routes/about.tsx similarity index 100% rename from src/pages/about.astro rename to src/routes/about.tsx diff --git a/src/pages/acknowledgements.astro b/src/routes/acknowledgements.tsx similarity index 100% rename from src/pages/acknowledgements.astro rename to src/routes/acknowledgements.tsx diff --git a/src/pages/contact.astro b/src/routes/contact.tsx similarity index 100% rename from src/pages/contact.astro rename to src/routes/contact.tsx diff --git a/src/pages/features.astro b/src/routes/features.tsx similarity index 100% rename from src/pages/features.astro rename to src/routes/features.tsx diff --git a/src/pages/how-do-i.astro b/src/routes/how-do-i.tsx similarity index 100% rename from src/pages/how-do-i.astro rename to src/routes/how-do-i.tsx diff --git a/src/pages/imprint.astro b/src/routes/imprint.tsx similarity index 100% rename from src/pages/imprint.astro rename to src/routes/imprint.tsx diff --git a/src/pages/index.astro b/src/routes/index.tsx similarity index 100% rename from src/pages/index.astro rename to src/routes/index.tsx diff --git a/src/pages/privacy-policy.astro b/src/routes/privacy-policy.tsx similarity index 100% rename from src/pages/privacy-policy.astro rename to src/routes/privacy-policy.tsx diff --git a/src/pages/stack.astro b/src/routes/stack.tsx similarity index 100% rename from src/pages/stack.astro rename to src/routes/stack.tsx diff --git a/src/pages/terms-of-service.astro b/src/routes/terms-of-service.tsx similarity index 100% rename from src/pages/terms-of-service.astro rename to src/routes/terms-of-service.tsx