This commit is contained in:
gpt-engineer-app[bot]
2026-03-06 01:19:15 +00:00
parent 3da5c06539
commit ea9ecdfb3b
3 changed files with 83 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ import HeroSection from "@/components/HeroSection";
import AboutSection from "@/components/AboutSection";
import OrgSection from "@/components/OrgSection";
import StaffSection from "@/components/StaffSection";
import ProfesoresSection from "@/components/ProfesoresSection";
import ScheduleSection from "@/components/ScheduleSection";
import BookingSection from "@/components/BookingSection";
import HotelSection from "@/components/HotelSection";
@@ -25,6 +26,7 @@ const Index = () => {
<AboutSection />
<OrgSection />
<StaffSection />
<ProfesoresSection />
<ScheduleSection />
<BookingSection />
<HotelSection />