From 28481495f8f44590856104ac8f5523f5f55e0d05 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 27 Aug 2025 16:55:03 +0200 Subject: [PATCH] ok --- src/app/layout.jsx | 4 ++-- src/components/Footer.jsx | 4 ++-- src/components/Header.jsx | 6 ++--- src/components/Hero2.jsx | 4 ++-- src/components/Itinerary.jsx | 2 +- src/components/Logo.jsx | 6 ++--- src/components/Logo2.jsx | 44 ++++++++++++++++++++++++++++++++++++ src/components/NavLink.jsx | 2 +- 8 files changed, 58 insertions(+), 14 deletions(-) create mode 100644 src/components/Logo2.jsx diff --git a/src/app/layout.jsx b/src/app/layout.jsx index 6a942a9..b19720a 100644 --- a/src/app/layout.jsx +++ b/src/app/layout.jsx @@ -9,7 +9,7 @@ export const metadata = { default: 'VEDA EGYPT NILE CRUISES', }, description: - 'Most bookkeeping software is accurate, but hard to use. We make the opposite trade-off, and hope you don’t get audited.', + 'Experience the magic of the Nile with VEDA, Nile cruise like no other.', } const inter = Inter({ @@ -41,7 +41,7 @@ export default function RootLayout({ children }) { vollkorn.variable, )} > - {children} + {children} ) } diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 5fd44f1..71f5097 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -1,12 +1,12 @@ import { Container } from '@/components/Container' -import { Logo } from '@/components/Logo' +import { Logo2 } from '@/components/Logo2' export function Footer() { return (