This commit is contained in:
2025-08-25 17:06:18 +02:00
parent 883eac4f9e
commit 0013917ec7
7 changed files with 24 additions and 34 deletions

View File

@@ -40,7 +40,7 @@ export default function RootLayout({ children }) {
lexend.variable,
vollkorn.variable,
)}
style={{backgroundImage: 'url(/images/waterbg.jpg)', backgroundSize: 'cover', backgroundPosition: 'center', backgroundAttachment: 'fixed'}}
style={{backgroundImage: 'url(/images/waterbg2.jpg)', backgroundSize: 'cover', backgroundPosition: 'center', backgroundAttachment: 'fixed'}}
>
<body className="flex h-full flex-col pt-20" style={{backgroundColor: 'transparent'}}>{children}</body>
</html>

View File

@@ -14,7 +14,6 @@ export default function OurStory() {
<Story />
<Story2 />
<Team />
<CallToAction3 />
</main>
<Footer />
</>