Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 14:46:23 +00:00
parent 0bde084de2
commit f5000b3df7

View File

@@ -35,9 +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>
@@ -50,7 +48,7 @@ export default function ContactPage() {
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?_wi=6"
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg"
imageAlt="Contact us"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -72,7 +70,7 @@ export default function ContactPage() {
{ value: "Open", title: "Daily Until 11 PM" },
]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg?_wi=9"
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg"
imageAlt="Cherry Drops Location"
mediaAnimation="slide-up"
/>
@@ -82,8 +80,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Facilities", href: "/facilities" },
@@ -92,8 +89,7 @@ export default function ContactPage() {
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{ label: "Call: 01610-021342", href: "tel:+8801610021342" },
{ label: "Location: Dhaka 1219", href: "#" },
{ label: "Open Daily Until 11 PM", href: "#" },
@@ -101,8 +97,7 @@ export default function ContactPage() {
],
},
{
title: "Facilities",
items: [
title: "Facilities", items: [
{ label: "Modern Equipment", href: "/facilities" },
{ label: "Trainers", href: "/trainers" },
{ label: "Steam Room", href: "/facilities" },