diff --git a/src/components/CallToAction.jsx b/src/components/CallToAction.jsx index 08614f1..aacbbe9 100644 --- a/src/components/CallToAction.jsx +++ b/src/components/CallToAction.jsx @@ -2,6 +2,7 @@ import { Button } from '@/components/Button' import { Container } from '@/components/Container' +import { Logo } from '@/components/Logo' export function CallToAction() { @@ -21,7 +22,7 @@ export function CallToAction() {
- +

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. diff --git a/src/components/CallToAction2.jsx b/src/components/CallToAction2.jsx index c3c5e04..df896f7 100644 --- a/src/components/CallToAction2.jsx +++ b/src/components/CallToAction2.jsx @@ -1,5 +1,6 @@ import { Button } from '@/components/Button' import { Container } from '@/components/Container' +import { Logo } from '@/components/Logo' export function CallToAction2() { @@ -19,7 +20,7 @@ export function CallToAction2() {
- +
diff --git a/src/components/CallToAction3.jsx b/src/components/CallToAction3.jsx index 4560ff8..6283848 100644 --- a/src/components/CallToAction3.jsx +++ b/src/components/CallToAction3.jsx @@ -1,5 +1,6 @@ import { Button } from '@/components/Button' import { Container } from '@/components/Container' +import { Logo } from '@/components/Logo' export function CallToAction3() { @@ -19,7 +20,7 @@ export function CallToAction3() {
- +
diff --git a/src/components/Logo.jsx b/src/components/Logo.jsx index a56336c..ba2d5ab 100644 --- a/src/components/Logo.jsx +++ b/src/components/Logo.jsx @@ -38,7 +38,7 @@ const SvgIcon = (props) => ( export function Logo(props) { return ( -
+
);