Update src/app/contact/page.tsx
This commit is contained in:
@@ -32,9 +32,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+16177223456",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+16177223456"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,9 +48,10 @@ export default function ContactPage() {
|
||||
{ value: "24h", title: "Response Time" },
|
||||
{ value: "100%", title: "Free Consultation" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32138.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32138.jpg"
|
||||
imageAlt="MELD fitness studio team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -66,21 +65,11 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Automated responses",
|
||||
"Long wait times",
|
||||
"Impersonal service",
|
||||
"Hard to find information",
|
||||
"Email disappears into void",
|
||||
],
|
||||
"Automated responses", "Long wait times", "Impersonal service", "Hard to find information", "Email disappears into void"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Direct phone line to our team",
|
||||
"Reply within 24 hours",
|
||||
"Personal, friendly service",
|
||||
"All information upfront",
|
||||
"Multiple ways to connect",
|
||||
],
|
||||
"Direct phone line to our team", "Reply within 24 hours", "Personal, friendly service", "All information upfront", "Multiple ways to connect"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -101,39 +90,37 @@ export default function ContactPage() {
|
||||
{ value: "(617)", title: "722-3456" },
|
||||
{ value: "$99", title: "Intro Offer" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32104.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32104.jpg"
|
||||
imageAlt="MELD fitness coaching sessions"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg"
|
||||
imageAlt="MELD Fitness + Wellness Studio"
|
||||
logoText="MELD"
|
||||
copyrightText="© 2025 MELD Fitness + Wellness. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "1-on-1 Personal Training", href: "#services" },
|
||||
{ label: "Small Group Training", href: "#services" },
|
||||
{ label: "Intro Offer", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Call: (617) 722-3456", href: "tel:+16177223456" },
|
||||
|
||||
Reference in New Issue
Block a user