Update src/app/contact/page.tsx
This commit is contained in:
@@ -17,7 +17,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -45,7 +45,7 @@ export default function ContactPage() {
|
||||
{ text: "📞 Call (501) 762-3999", href: "tel:+15017623999" },
|
||||
{ text: "Email: info@apconcretearkansas.com", href: "mailto:info@apconcretearkansas.com" },
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -58,7 +58,7 @@ export default function ContactPage() {
|
||||
description="Hot Springs & Garland County, Arkansas"
|
||||
subdescription="Family-Owned Since 2005"
|
||||
icon={Phone}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg"
|
||||
imageAlt="A & P Concrete contact information"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -72,13 +72,7 @@ export default function ContactPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"(501) 762-3999 - Call Anytime",
|
||||
"info@apconcretearkansas.com",
|
||||
"735 Rock Creek Rd, Hot Springs",
|
||||
"Free Estimates Available",
|
||||
"Licensed & Insured",
|
||||
"Same-Day Consultations",
|
||||
]}
|
||||
"(501) 762-3999 - Call Anytime", "info@apconcretearkansas.com", "735 Rock Creek Rd, Hot Springs", "Free Estimates Available", "Licensed & Insured", "Same-Day Consultations"]}
|
||||
showCard={true}
|
||||
speed={40}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user