diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 593f0ef..0a325fd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,7 +24,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -41,7 +41,7 @@ export default function ContactPage() { description="Quick consultation for your tree removal or service needs. Fast response guaranteed. Open daily until 7 PM. Call Brent directly or submit your information below." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=8" + imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg" imageAlt="tree service professional arborist outdoor expert consultation" mediaPosition="right" mediaAnimation="slide-up" @@ -60,7 +60,7 @@ export default function ContactPage() { { text: "Call (206) 930-5697", href: "tel:2069305697" }, { text: "Email Us" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57324.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57324.jpg" imageAlt="cleanup organized professional thorough" useInvertedBackground={false} /> @@ -70,34 +70,16 @@ export default function ContactPage() {