add new content
This commit is contained in:
19
src/app/itinerary/page.jsx
Normal file
19
src/app/itinerary/page.jsx
Normal file
@@ -0,0 +1,19 @@
|
||||
import { CallToAction3 } from '@/components/CallToAction3'
|
||||
import { Footer } from '@/components/Footer'
|
||||
import { Header } from '@/components/Header'
|
||||
import Iti1 from '@/components/Iti1'
|
||||
import Timeline from '@/components/Timeline'
|
||||
|
||||
export default function Itinerary() {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<main>
|
||||
<Iti1 />
|
||||
<Timeline />
|
||||
<CallToAction3 />
|
||||
</main>
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user