From c36ff7e5057e851f2ac57b0bc2de10f1cfc6f76c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:00:11 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f50f9da..fc68b6b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,14 +17,14 @@ import { export default function ContactPage() { return ( @@ -50,7 +50,7 @@ export default function ContactPage() { description="Contact Blue Collar Q for a free professional consultation. Whether you're looking for routine lawn maintenance, a complete landscape redesign, or custom hardscaping, our team is ready to help bring your vision to life. Call (239) 392-4855 or fill out the form below." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "radial-gradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Get Free Quote" @@ -71,11 +71,8 @@ export default function ContactPage() { { id: "2", icon: Users, title: "Free Quotes", value: "Always" }, { id: "3", icon: CheckCircle, title: "Licensed", value: "Insured" }, { - id: "4", - icon: MapPin, - title: "Local Service", - value: "Cape Coral", - }, + id: "4", icon: MapPin, + title: "Local Service", value: "Cape Coral"}, ]} textboxLayout="default" animationType="scale-rotate" @@ -138,4 +135,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +}