diff --git a/src/app/page.tsx b/src/app/page.tsx index 72073f5..b27da4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,18 +2,28 @@ import Nav from "@/components/window/Nav" import { Prepare } from "@/components/cstb/Prepare" +import { motion, AnimatePresence } from "framer-motion" const Home = () => { - return ( <>