From 6f82052ca6bbee76271cd5366e89f768db78613a Mon Sep 17 00:00:00 2001 From: Tejas Panchal Date: Sat, 21 Feb 2026 13:03:09 +0530 Subject: [PATCH] updated contact and keywords --- index.html | 2 +- src/App.css | 13 +----- src/App.jsx | 74 ++++++++++++++++---------------- src/components/footer/Footer.jsx | 4 +- src/pages/contact/Contact.jsx | 6 +-- 5 files changed, 46 insertions(+), 53 deletions(-) diff --git a/index.html b/index.html index 03f17fd..1a9e3a3 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ + content="justanime, just anime, anime websites, anime watch, wco anime, free anime, ani watch, new anime, latest anime, best anime websites, anime update, zenime, hianime to, aniwatch, zorox, zoro anime, zoro to, zoroxtv, watch anime online free, free watch anime, anime online to watch" /> diff --git a/src/App.css b/src/App.css index 364fed3..acf119f 100644 --- a/src/App.css +++ b/src/App.css @@ -3,6 +3,7 @@ padding: 0; box-sizing: border-box; } + html, body, #root { @@ -10,16 +11,6 @@ body, padding: 0; } -.app-container { - display: flex; - flex-direction: column; - min-height: 100vh; -} .content { width: 100%; - flex-grow: 1; -} - -footer { - margin-top: auto; -} +} \ No newline at end of file diff --git a/src/App.jsx b/src/App.jsx index 008418b..e385f28 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -37,43 +37,45 @@ function App() { return ( -
-
+
+
{!isSplashScreen && } - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - {/* Render category routes */} - {categoryRoutes.map((path) => ( - - } - /> - ))} - {/* Render A to Z routes */} - {azRoute.map((path) => ( - } - /> - ))} - } /> - } /> - {/* Catch-all route for 404 */} - } /> - +
+ + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + {/* Render category routes */} + {categoryRoutes.map((path) => ( + + } + /> + ))} + {/* Render A to Z routes */} + {azRoute.map((path) => ( + } + /> + ))} + } /> + } /> + {/* Catch-all route for 404 */} + } /> + +
{!isSplashScreen &&
}
diff --git a/src/components/footer/Footer.jsx b/src/components/footer/Footer.jsx index 349108f..a49b885 100644 --- a/src/components/footer/Footer.jsx +++ b/src/components/footer/Footer.jsx @@ -5,7 +5,7 @@ import { FaDiscord, FaTelegram } from "react-icons/fa"; function Footer() { return ( -