diff --git a/app/components/Loader.tsx b/app/components/Loader.tsx index bcb074e..a597820 100644 --- a/app/components/Loader.tsx +++ b/app/components/Loader.tsx @@ -3,47 +3,72 @@ import { useEffect, useState } from "react"; export default function Loader() { - const [show, setShow] = useState(true); + const [show, setShow] = useState(true); - useEffect(() => { - const timer = setTimeout(() => setShow(false), 700); - return () => clearTimeout(timer); - }, []); + useEffect(() => { + const timer = setTimeout(() => setShow(false), 1100); + return () => clearTimeout(timer); + }, []); - if (!show) return null; + if (!show) return null; - return ( -
-
-
-
- V - I - S - A - W - A - Y -
-

Loading

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ return ( +
+
+
+
+ + H + + + A + + + I + + + L + + + E + + + A + + + R + + + N + + + I + + + N + + + G +
- ); +

Loading

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ); } - diff --git a/app/layout.tsx b/app/layout.tsx index 5027846..547fd3f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -9,8 +9,8 @@ import MouseCursor from "./components/MouseCursor"; import Script from "next/script"; export const metadata: Metadata = { - title: "Visaway – Immigration & Visa Consulting HTML Template", - description: "Visaway – Immigration & Visa Consulting HTML Template", + title: "H.A.I Learning", + description: "H.A.I Learning", }; export default function RootLayout({ diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 4b79e7d..cd1df00 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -7264,43 +7264,67 @@ html.lenis body { .animation-preloader .txt-loading .letters-loading:nth-child(2):before { - animation-delay: 0.2s; + animation-delay: 0.1s; } .preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before { - animation-delay: 0.4s; + animation-delay: 0.2s; } .preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before { - animation-delay: 0.6s; + animation-delay: 0.3s; } .preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before { - animation-delay: 0.8s; + animation-delay: 0.4s; } .preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { - animation-delay: 1s; + animation-delay: 0.5s; } .preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { - animation-delay: 1.2s; + animation-delay: 0.6s; } .preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { - animation-delay: 1.4s; + animation-delay: 0.7s; +} +.preloader + .animation-preloader + .txt-loading + .letters-loading:nth-child(8):before { + animation-delay: 0.8s; +} +.preloader + .animation-preloader + .txt-loading + .letters-loading:nth-child(9):before { + animation-delay: 0.9s; +} +.preloader + .animation-preloader + .txt-loading + .letters-loading:nth-child(10):before { + animation-delay: 1s; +} +.preloader + .animation-preloader + .txt-loading + .letters-loading:nth-child(11):before { + animation-delay: 1.1s; } .preloader .animation-preloader .txt-loading .letters-loading::before { animation: letters-loading 4s infinite; diff --git a/public/assets/img/logo/Logo_HaiLearning.jpg b/public/assets/img/logo/Logo_HaiLearning.jpg new file mode 100644 index 0000000..7014168 Binary files /dev/null and b/public/assets/img/logo/Logo_HaiLearning.jpg differ