ok
This commit is contained in:
@@ -8,7 +8,7 @@ import { H2, P, PS, H3, PXS, H4 } from '@/components/text'
|
||||
const CnnVideo = () => {
|
||||
return (
|
||||
<Container>
|
||||
<div className="bg-bg-sand mx-auto max-w-7xl md:text-center pt-12">
|
||||
<div className="bg-transparent mx-auto max-w-7xl md:text-center pt-12">
|
||||
<H2 className="">
|
||||
VEDA ON CNN
|
||||
</H2>
|
||||
@@ -16,7 +16,7 @@ const CnnVideo = () => {
|
||||
CNN Travel visited the Veda boats to give you a first hand impression of what awaits you when cruising the Nile.
|
||||
</P>
|
||||
</div>
|
||||
<div className="video-container mt-12 bg-bg-sand">
|
||||
<div className="video-container mt-12 bg-transparent">
|
||||
<iframe
|
||||
src="https://player.vimeo.com/video/371621672?loop=1&muted=1"
|
||||
width="100%"
|
||||
@@ -31,4 +31,4 @@ const CnnVideo = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default CnnVideo;
|
||||
export default CnnVideo;
|
||||
|
Reference in New Issue
Block a user