diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index e8ecfe1..b1cb3d0 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -15,7 +15,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
- background="fluid"
+ background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -31,9 +31,7 @@ export default function ContactPage() {
{ name: "Service Area", id: "/service-area" },
]}
button={{
- text: "Call Now",
- href: "tel:(425) 691-6216",
- }}
+ text: "Call Now", href: "tel:(425) 691-6216"}}
brandName="M & M Contractor"
/>
@@ -45,17 +43,13 @@ export default function ContactPage() {
tag="Contact Us"
tagIcon={Star}
tagAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg"
imageAlt="Professional contractor ready to help"
mediaAnimation="slide-up"
testimonials={[
{
- name: "Fast Response",
- handle: "We typically respond within 24 hours",
- testimonial: "Your time matters. When you contact us, expect quick communication and professional service.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2",
- },
+ name: "Fast Response", handle: "We typically respond within 24 hours", testimonial: "Your time matters. When you contact us, expect quick communication and professional service.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"},
]}
buttons={[
{ text: "Call (425) 691-6216", href: "tel:(425) 691-6216" },
@@ -63,7 +57,7 @@ export default function ContactPage() {
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
- background={{ variant: "fluid" }}
+ background={{ variant: "glowing-orb" }}
/>
@@ -71,35 +65,17 @@ export default function ContactPage() {
@@ -59,17 +57,13 @@ export default function HomePage() {
tag="5-Star Rated"
tagIcon={Star}
tagAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg"
imageAlt="Professional roofing contractor at work"
mediaAnimation="slide-up"
testimonials={[
{
- name: "Maria Johnson",
- handle: "Homeowner, Everett",
- testimonial: "Mario and his team are incredibly responsible and professional. They completed our roof inspection with thorough documentation and photos. Highly recommended!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
- },
+ name: "Maria Johnson", handle: "Homeowner, Everett", testimonial: "Mario and his team are incredibly responsible and professional. They completed our roof inspection with thorough documentation and photos. Highly recommended!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
]}
buttons={[
{ text: "Get Free Estimate", href: "/contact" },
@@ -77,7 +71,7 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
- background={{ variant: "fluid" }}
+ background={{ variant: "glowing-orb" }}
/>
@@ -85,39 +79,19 @@ export default function HomePage() {