diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 077b91c..997d268 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,7 @@ export default function AboutPage() { imageSrc="http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275503.jpg?_wi=2" imageAlt="Professional barber team at A99" mediaAnimation="blur-reveal" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ceacfcf..539b7d0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -96,7 +96,7 @@ export default function ContactPage() { title="Reach Out to A99 Barber Shop" description="Book your appointment or get more information about our services. We're located in the heart of Haarlem." tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275503.jpg?_wi=3" imageAlt="A99 Barber Shop team" @@ -112,6 +112,7 @@ export default function ContactPage() {