diff --git a/public/images/waterbg.jpg b/public/images/waterbg.jpg new file mode 100644 index 0000000..8a94a89 Binary files /dev/null and b/public/images/waterbg.jpg differ diff --git a/src/app/layout.jsx b/src/app/layout.jsx index e472169..462d503 100644 --- a/src/app/layout.jsx +++ b/src/app/layout.jsx @@ -40,7 +40,7 @@ export default function RootLayout({ children }) { lexend.variable, vollkorn.variable, )} - style={{backgroundImage: 'url(/images/waterbg2.jpg)', backgroundSize: 'cover', backgroundPosition: 'center', backgroundAttachment: 'fixed'}} + style={{backgroundImage: 'url(/images/waterbg.jpg)', backgroundSize: 'cover', backgroundPosition: 'center', backgroundAttachment: 'fixed'}} > {children}