import Image from 'next/image' import { Button } from '@/components/Button' import { Container } from '@/components/Container' import React from 'react' 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;