This commit is contained in:
2025-08-25 16:36:58 +02:00
parent 0bd87b2e4b
commit 67896caf27
16 changed files with 20 additions and 19 deletions

View File

@@ -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;