diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b3fbe77..436d86d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -14,27 +14,22 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -74,13 +55,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Professional Affiliations" description="Recognized by industry leaders for our professional standard." - names={[ - "Plumbing Board Assoc", - "HVAC Safety Council", - "City Business Chamber", - "Community First Alliance", - "Service Excellence Guild", - ]} + names={["Plumbing Board Assoc", "HVAC Safety Council", "City Business Chamber", "Community First Alliance", "Service Excellence Guild"]} /> @@ -90,21 +65,9 @@ export default function LandingPage() { title="Ready to Help" tag="Quick Response" metrics={[ - { - id: "1", - value: "60m", - description: "Avg Response Time", - }, - { - id: "2", - value: "24/7", - description: "Expert Availability", - }, - { - id: "3", - value: "1", - description: "Trusted Point of Contact", - }, + { id: "1", value: "60m", description: "Avg Response Time" }, + { id: "2", value: "24/7", description: "Expert Availability" }, + { id: "3", value: "1", description: "Trusted Point of Contact" }, ]} metricsAnimation="slide-up" /> @@ -113,14 +76,8 @@ export default function LandingPage() {