From ccc63466472b12abf36f864fdae438cc8ba1a3f3 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Thu, 21 Aug 2025 19:05:20 +0200 Subject: [PATCH] replace all logos --- src/components/CallToAction.jsx | 3 ++- src/components/CallToAction2.jsx | 3 ++- src/components/CallToAction3.jsx | 3 ++- src/components/Logo.jsx | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) 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 ( -
+
);