Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 03:51:55 +00:00
parent a8bce96957
commit 3c755d667b

View File

@@ -18,9 +18,7 @@ export default function ContactPage() {
]; ];
const navButton = { const navButton = {
text: "Call Now", text: "Call Now", href: "tel:+15194441234"};
href: "tel:+15194441234",
};
return ( return (
<ThemeProvider <ThemeProvider
@@ -29,7 +27,7 @@ export default function ContactPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="compact" contentWidth="compact"
sizing="mediumLargeSizeMediumTitles" sizing="mediumLargeSizeMediumTitles"
background="noise" background="circleGradient"
cardStyle="soft-shadow" cardStyle="soft-shadow"
primaryButtonStyle="radial-glow" primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -55,7 +53,7 @@ export default function ContactPage() {
{ text: "Call (519) 444-1234", href: "tel:+15194441234" }, { text: "Call (519) 444-1234", href: "tel:+15194441234" },
{ text: "Email chris@localelectric.ca", href: "mailto:chris@localelectric.ca" }, { text: "Email chris@localelectric.ca", href: "mailto:chris@localelectric.ca" },
]} ]}
background={{ variant: "noise" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -68,13 +66,7 @@ export default function ContactPage() {
tag="Service Guarantee" tag="Service Guarantee"
tagIcon={Award} tagIcon={Award}
names={[ names={[
"⚡ Available 24/7 for Emergency Calls", "⚡ Available 24/7 for Emergency Calls", "💰 Honest & Transparent Pricing (No Hidden Fees)", "🚀 Fast Response Times (30 mins avg)", "🔧 Professional Workmanship Guaranteed", "📅 Weekend & Evening Availability", "✓ Licensed, Insured, Code Compliant"]}
"💰 Honest & Transparent Pricing (No Hidden Fees)",
"🚀 Fast Response Times (30 mins avg)",
"🔧 Professional Workmanship Guaranteed",
"📅 Weekend & Evening Availability",
"✓ Licensed, Insured, Code Compliant",
]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
speed={35} speed={35}
@@ -93,7 +85,7 @@ export default function ContactPage() {
{ text: "Call Now (519) 444-1234", href: "tel:+15194441234" }, { text: "Call Now (519) 444-1234", href: "tel:+15194441234" },
{ text: "Back to Home", href: "/" }, { text: "Back to Home", href: "/" },
]} ]}
background={{ variant: "noise" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>