import { Box, Button, Typography } from "@mui/material"; import { motion } from "framer-motion"; import { useNavigate } from "react-router-dom"; import { usePageSound } from "../hooks/usePageSound"; import { BlinkingText } from "../components/BlinkingText"; import { BookPages } from "../components/BookPages"; export function Home() { const navigate = useNavigate(); const playPageSound = usePageSound(); const handlePlay = () => { playPageSound(); navigate("/tutorial"); }; return ( {/* Container principal pour l'image et tout le contenu */} {/* Pages d'arrière-plan */} {/* Image de couverture */} {/* Effet de reliure */} {/* Overlay gradient */} {/* Contenu texte */} multiverse edition Sarah's Chronicles a story by Mistral Small ); }