From 8227b4ff96d3de57dbc5f2a03c48b004d61a2b72 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 11:56:13 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 539b7d0..17eeea3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -53,7 +53,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -86,7 +86,7 @@ export default function ContactPage() { imageSrc="http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg?_wi=4" imageAlt="A99 Barber Shop storefront" mediaAnimation="blur-reveal" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} /> @@ -147,7 +147,6 @@ export default function ContactPage() { ]} faqsAnimation="slide-up" textPosition="left" - useInvertedBackground={false} showCard={true} /> -- 2.49.1