import { Button } from '@/components/Button' import { Container } from '@/components/Container' import React from 'react' import { H2, P, PS, H3, PXS, H4 } from '@/components/text' const CnnVideo = () => { return (

VEDA ON CNN

CNN Travel visited the Veda boats to give you a first hand impression of what awaits you when cruising the Nile.

); }; export default CnnVideo;