chore: update gitignore with build artifacts and environment files

This commit is contained in:
2025-10-24 02:11:25 +02:00
parent 1095f066ac
commit 52948926b8
446 changed files with 162 additions and 40618 deletions

View File

@@ -18,6 +18,7 @@ import Activities from '@/components/Activities'
import Boats from '@/components/Boats'
import Carousel from '@/components/Carousel'
import CnnVideo from '@/components/CnnVideo'
import { FeaturedOn } from '@/components/FeaturedOn'
export default function Home() {
@@ -26,17 +27,7 @@ export default function Home() {
<Header />
<main>
<Hero />
<CallToAction />
<Experiences />
<Boat />
<NewFeatures />
<NewFeatures2 />
<CallToAction2 />
<Carousel />
<Route />
<CnnVideo />
<Testimonials />
<CallToAction3 />
<FeaturedOn />
</main>
<Footer />
</>