diff --git a/src/pages/landingPage/LandingPage.jsx b/src/pages/landingPage/LandingPage.jsx
index abf2648..0998021 100644
--- a/src/pages/landingPage/LandingPage.jsx
+++ b/src/pages/landingPage/LandingPage.jsx
@@ -6,7 +6,6 @@ import ImgHero from '../../components/Contents/imgHero'
import Footer from '../../components/footer/Footer'
import SpaSection from '../../components/Contents/SpaSection'
import DentistaSection from '../../components/Contents/DentistaSection'
-import FormReservPage from '../FormReservPage/FormReservPage'
const LandingPage = () => {
return (
@@ -30,7 +29,6 @@ const LandingPage = () => {
-
>
)