diff --git a/public/images/cta_bg.jpg b/public/images/cta_bg.jpg new file mode 100644 index 0000000..0a05f79 Binary files /dev/null and b/public/images/cta_bg.jpg differ diff --git a/src/app/page.jsx b/src/app/page.jsx index 0bdd035..9e4b2f9 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -21,6 +21,7 @@ import CnnVideo from '@/components/CNNVIDEO' import { CallToAction4 } from '@/components/CallToAction4' import { Logos } from '@/components/Logos' import { Hero2 } from '@/components/Hero2' +import { Cta } from '@/components/CTA' export default function Home() { @@ -30,6 +31,7 @@ export default function Home() {
+ diff --git a/src/components/Cta.jsx b/src/components/Cta.jsx new file mode 100644 index 0000000..8718531 --- /dev/null +++ b/src/components/Cta.jsx @@ -0,0 +1,37 @@ + + +import { Button } from '@/components/Button' +import { Container } from '@/components/Container' +import { Logo } from '@/components/Logo' +import { H2, PS, H3, H4 } from '@/components/text' + + +export function Cta() { + return ( +
+ {/* Background overlay */} +
+ + +
+

+ VEDA provides an unparalleled cruise experience on the Nile, blending authenticity with sophistication. Enjoy private journeys featuring organic cuisine, hollistic activities, and a dedicated, warm-hearted crew. +

+

+ Discover a cruise like no other with us on the Nile. +

+
+ +
+
+
+ ) +}