This commit is contained in:
2025-08-27 16:55:03 +02:00
parent 4297822b06
commit 28481495f8
8 changed files with 58 additions and 14 deletions

View File

@@ -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 dont 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,
)}
>
<body className="flex h-full flex-col pt-20 bg-bg-sand">{children}</body>
<body className="flex h-full flex-col -top-20 bg-bg-sand">{children}</body>
</html>
)
}