Update src/app/contact/page.tsx
This commit is contained in:
@@ -17,14 +17,14 @@ import {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="floatingGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="large"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user