This commit is contained in:
Christopher Ulloa 2025-01-30 14:43:36 -07:00
parent ab15b40e19
commit f8a6a680fe

View File

@ -6,7 +6,6 @@ import ImgHero from '../../components/Contents/imgHero'
import Footer from '../../components/footer/Footer' import Footer from '../../components/footer/Footer'
import SpaSection from '../../components/Contents/SpaSection' import SpaSection from '../../components/Contents/SpaSection'
import DentistaSection from '../../components/Contents/DentistaSection' import DentistaSection from '../../components/Contents/DentistaSection'
import FormReservPage from '../FormReservPage/FormReservPage'
const LandingPage = () => { const LandingPage = () => {
return ( return (
@ -30,7 +29,6 @@ const LandingPage = () => {
<SpaSection/> <SpaSection/>
<DentistaSection/> <DentistaSection/>
<Footer/> <Footer/>
<FormReservPage/>
</> </>
) )