From 6d98eb312ae95d1fa6a76ebd47dbe5be4379c47c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:11 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3f3981e..7b3d207 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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"}} /> @@ -44,34 +43,34 @@ export default function ContactPage() {
@@ -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." />