Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 14:53:11 +00:00
parent b41fe976bc
commit 6d98eb312a

View File

@@ -14,7 +14,7 @@ export default function ContactPage() {
{ name: "Facilities", id: "/facilities" },
{ name: "Trainers", id: "/trainers" },
{ name: "Membership", id: "/membership" },
{ name: "Contact", id: "/contact" }
{ name: "Contact", id: "/contact" },
];
return (
@@ -35,8 +35,7 @@ export default function ContactPage() {
navItems={navItems}
brandName="Cherry Drops"
button={{
text: "Call Now", href: "tel:+8801610021342"
}}
text: "Call Now", href: "tel:+8801610021342"}}
/>
</div>
@@ -44,34 +43,34 @@ export default function ContactPage() {
<ContactSplit
tag="Get in Touch"
title="Contact Cherry Drops Fitness"
description="Have questions about membership, facilities, or training? We'd love to hear from you! Reach out and let us know how we can help you start your fitness transformation."
description="Have questions about membership, facilities, or training? We would love to hear from you! Reach out and let us know how we can help you start your fitness transformation."
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg?_wi=6"
imageAlt="Contact us"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Your email address"
buttonText="Send Message"
termsText="We respect your privacy. We'll get back to you within 24 hours. Or call us directly at 01610-021342."
termsText="We respect your privacy. We will get back to you within 24 hours. Or call us directly at 01610-021342."
/>
</div>
<div id="contact-info" data-section="contact-info">
<MetricSplitMediaAbout
title="Quick Contact Information"
description="Find us in the heart of Bashundhara, Dhaka 1219. We're open daily with extended hours to accommodate your schedule. Whether you prefer to call, visit, or reach out online, we're here to help you start your journey."
description="Find us in the heart of Bashundhara, Dhaka 1219. We are open daily with extended hours to accommodate your schedule. Whether you prefer to call, visit, or reach out online, we are here to help you start your journey."
tag="Contact Us"
tagIcon={Heart}
tagAnimation="slide-up"
metrics={[
{ value: "01610-021342", title: "Phone - Call Anytime" },
{ value: "Open", title: "Daily Until 11 PM" }
{ value: "Open", title: "Daily Until 11 PM" },
]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg"
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg?_wi=9"
imageAlt="Cherry Drops Location"
mediaAnimation="slide-up"
/>
@@ -86,25 +85,25 @@ export default function ContactPage() {
{ label: "About Us", href: "/about" },
{ label: "Facilities", href: "/facilities" },
{ label: "Trainers", href: "/trainers" },
{ label: "Membership", href: "/membership" }
]
{ label: "Membership", href: "/membership" },
],
},
{
title: "Contact Info", items: [
{ label: "Call: 01610-021342", href: "tel:+8801610021342" },
{ label: "Location: Dhaka 1219", href: "#" },
{ label: "Open Daily Until 11 PM", href: "#" },
{ label: "Email Support", href: "#" }
]
{ label: "Email Support", href: "#" },
],
},
{
title: "Facilities", items: [
{ label: "Modern Equipment", href: "/facilities" },
{ label: "Trainers", href: "/trainers" },
{ label: "Steam Room", href: "/facilities" },
{ label: "Massage Services", href: "/facilities" }
]
}
{ label: "Massage Services", href: "/facilities" },
],
},
]}
copyrightText="© 2025 Cherry Drops Fitness & Life Style. All rights reserved. Professional gym in Dhaka, Bangladesh."
/>