diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index f622af5..5ae62e3 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -4,28 +4,26 @@ import Home from "@/public/frame/404homeframe.svg"; const NotFound = () => { return ( -
- It seems you've ventured into uncharted space. The page you're - seeking is hidden in the outer rim or lost in hyperspace. But fear - not, young Padawan! Use the Force (or the navigation menu) to find - your way back to the galaxy you know and love. May the Force be with - you on your journey! -
-+ It seems you've ventured into uncharted space. The page you're seeking + is hidden in the outer rim or lost in hyperspace. But fear not, young + Padawan! Use the Force (or the navigation menu) to find your way back + to the galaxy you know and love. May the Force be with you on your + journey! +
diff --git a/src/components/What.tsx b/src/components/What.tsx index e09da93..0cf78e9 100644 --- a/src/components/What.tsx +++ b/src/components/What.tsx @@ -32,22 +32,22 @@ const fadeIn = { }, }; -const whatAnimation = { - hidden: { - opacity: 0, - scale: 0, - x: -500, - }, - visible: { - opacity: 1, - scale: 1, - x: 0, - }, -}; +// const whatAnimation = { +// hidden: { +// opacity: 0, +// scale: 0, +// x: -500, +// }, +// visible: { +// opacity: 1, +// scale: 1, +// x: 0, +// }, +// }; const What = () => { return ( -