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 (