From 0013917ec731ed70ae197f0707300262ca03e95c Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 25 Aug 2025 17:06:18 +0200 Subject: [PATCH] ok --- src/app/layout.jsx | 2 +- src/app/story/page.jsx | 1 - src/components/CallToAction.jsx | 9 +++++---- src/components/Community.jsx | 18 ++++++++---------- src/components/ContactHero.jsx | 8 ++++---- src/components/Exp2.jsx | 18 +++++------------- src/components/Story.jsx | 2 +- 7 files changed, 24 insertions(+), 34 deletions(-) diff --git a/src/app/layout.jsx b/src/app/layout.jsx index 462d503..e472169 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/waterbg.jpg)', backgroundSize: 'cover', backgroundPosition: 'center', backgroundAttachment: 'fixed'}} + style={{backgroundImage: 'url(/images/waterbg2.jpg)', backgroundSize: 'cover', backgroundPosition: 'center', backgroundAttachment: 'fixed'}} > {children} diff --git a/src/app/story/page.jsx b/src/app/story/page.jsx index 3a0b1df..6775aac 100644 --- a/src/app/story/page.jsx +++ b/src/app/story/page.jsx @@ -14,7 +14,6 @@ export default function OurStory() { -