From d30a6ae72aeb7a5fc762b2344789aa9c0686227a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:06 +0000 Subject: [PATCH 01/13] Update src/app/about/page.tsx --- src/app/about/page.tsx | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index add43a7..c30d1cf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -15,7 +15,7 @@ export default function AboutPage() { { name: "Facilities", id: "/facilities" }, { name: "Trainers", id: "/trainers" }, { name: "Membership", id: "/membership" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; return ( @@ -36,7 +36,8 @@ export default function AboutPage() { navItems={navItems} brandName="Cherry Drops" button={{ - text: "Call Now", href: "tel:+8801610021342"}} + text: "Call Now", href: "tel:+8801610021342" + }} /> @@ -49,10 +50,10 @@ export default function AboutPage() { tagAnimation="slide-up" metrics={[ { value: "5+", title: "Years of Excellence" }, - { value: "195+", title: "Active Members" }, + { value: "195+", title: "Active Members" } ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg" imageAlt="Cherry Drops Fitness Center" mediaAnimation="slide-up" /> @@ -72,13 +73,16 @@ export default function AboutPage() { { id: "personal-trainers", groupTitle: "Personal Training Specialists", members: [ { - id: "1", title: "Md. Imran", subtitle: "Weight Loss & Strength Coach", detail: "Specializes in transformative fat loss programs", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg?_wi=3", imageAlt: "Md. Imran"}, + id: "1", title: "Md. Imran", subtitle: "Weight Loss & Strength Coach", detail: "Specializes in transformative fat loss programs", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg", imageAlt: "Md. Imran" + }, { - id: "2", title: "Fatema Akter", subtitle: "Muscle Building Expert", detail: "Advanced bodybuilding and strength programming", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-personal-trainer-middle-modern-gym-with-workout-plan-her-hands_496169-2795.jpg?_wi=1", imageAlt: "Fatema Akter"}, + id: "2", title: "Fatema Akter", subtitle: "Muscle Building Expert", detail: "Advanced bodybuilding and strength programming", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-personal-trainer-middle-modern-gym-with-workout-plan-her-hands_496169-2795.jpg", imageAlt: "Fatema Akter" + }, { - id: "3", title: "Jamal Uddin", subtitle: "Beginner & Fitness Coach", detail: "Creates personalized plans for first-timers", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Jamal Uddin"}, - ], - }, + id: "3", title: "Jamal Uddin", subtitle: "Beginner & Fitness Coach", detail: "Creates personalized plans for first-timers", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Jamal Uddin" + } + ] + } ]} /> @@ -92,7 +96,7 @@ export default function AboutPage() { tagAnimation="slide-up" background={{ variant: "animated-grid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg" imageAlt="Start your transformation" mediaAnimation="slide-up" mediaPosition="right" @@ -111,25 +115,25 @@ export default function AboutPage() { { 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." /> -- 2.49.1 From 1cd408e771731beb256b5828de5365bed0e9a6e8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:07 +0000 Subject: [PATCH 02/13] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7550acf..3f3981e 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,7 +35,8 @@ export default function ContactPage() { navItems={navItems} brandName="Cherry Drops" button={{ - text: "Call Now", href: "tel:+8801610021342"}} + text: "Call Now", href: "tel:+8801610021342" + }} /> @@ -48,7 +49,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" @@ -67,10 +68,10 @@ export default function ContactPage() { 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?_wi=9" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg" imageAlt="Cherry Drops Location" mediaAnimation="slide-up" /> @@ -85,25 +86,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." /> -- 2.49.1 From cdb5d63e59e1533d1622393e99aaf5b126b49967 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:08 +0000 Subject: [PATCH 03/13] Update src/app/facilities/page.tsx --- src/app/facilities/page.tsx | 43 +++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/src/app/facilities/page.tsx b/src/app/facilities/page.tsx index 361b128..c43442d 100644 --- a/src/app/facilities/page.tsx +++ b/src/app/facilities/page.tsx @@ -15,7 +15,7 @@ export default function FacilitiesPage() { { name: "Facilities", id: "/facilities" }, { name: "Trainers", id: "/trainers" }, { name: "Membership", id: "/membership" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; return ( @@ -36,7 +36,8 @@ export default function FacilitiesPage() { navItems={navItems} brandName="Cherry Drops" button={{ - text: "Call Now", href: "tel:+8801610021342"}} + text: "Call Now", href: "tel:+8801610021342" + }} /> @@ -53,22 +54,28 @@ export default function FacilitiesPage() { features={[ { id: "1", title: "Modern Equipment Collection", author: "Premium Quality", description: "Latest strength training machines, free weights, cardio equipment, and functional training zones. All equipment regularly maintained and updated for optimal performance.", tags: ["Strength", "Cardio", "Functional"], - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fitness-strap-dumbbells-skipping-rope-weights-headphone-shoes-wooden-textured-background_23-2147924687.jpg?_wi=3", imageAlt: "Modern gym equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fitness-strap-dumbbells-skipping-rope-weights-headphone-shoes-wooden-textured-background_23-2147924687.jpg", imageAlt: "Modern gym equipment" + }, { id: "2", title: "Professional Trainers & Guidance", author: "Certified Experts", description: "Our trainers specialize in weight loss, muscle building, and beginner guidance. Personal training sessions available for personalized fitness plans tailored to your goals.", tags: ["Personal Training", "Expert Guidance", "Specialization"], - imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg?_wi=4", imageAlt: "Professional fitness trainer"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg", imageAlt: "Professional fitness trainer" + }, { id: "3", title: "Air-Conditioned Comfort", author: "Year-Round", description: "Fully air-conditioned gym floor and locker rooms. Beat Dhaka's heat and train comfortably throughout the year in our climate-controlled environment.", tags: ["Comfort", "Climate Control", "Modern"], - imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg?_wi=3", imageAlt: "Air conditioned gym space"}, + imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg", imageAlt: "Air conditioned gym space" + }, { id: "4", title: "Clean & Hygienic Environment", author: "Daily Sanitized", description: "Spotless locker rooms, sanitized equipment, and professional cleaning staff. Your health and safety are our top priority with daily deep cleaning.", tags: ["Hygiene", "Clean", "Safe"], - imageSrc: "http://img.b2bpic.net/free-photo/boxing-gloves-towel-locker-room_107420-65028.jpg?_wi=3", imageAlt: "Clean locker room facilities"}, + imageSrc: "http://img.b2bpic.net/free-photo/boxing-gloves-towel-locker-room_107420-65028.jpg", imageAlt: "Clean locker room facilities" + }, { id: "5", title: "Steam Room & Recovery", author: "Wellness Focus", description: "Dedicated steam room for post-workout recovery and massage facilities to help you relax and rejuvenate after your training sessions.", tags: ["Recovery", "Massage", "Wellness"], - imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg?_wi=3", imageAlt: "Steam and massage facilities"}, + imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg", imageAlt: "Steam and massage facilities" + }, { id: "6", title: "Extended Hours - Open Until 11 PM", author: "Flexible Access", description: "Start your day early or wind down in the evening. Open daily with extended hours to fit your busy schedule and lifestyle.", tags: ["Flexible", "Convenient", "Accessible"], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg?_wi=6", imageAlt: "Gym open in evening hours"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg", imageAlt: "Gym open in evening hours" + } ]} /> @@ -82,10 +89,10 @@ export default function FacilitiesPage() { tagAnimation="slide-up" metrics={[ { value: "100%", title: "Equipment Maintenance Record" }, - { value: "Daily", title: "Professional Cleaning Schedule" }, + { value: "Daily", title: "Professional Cleaning Schedule" } ]} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg?_wi=7" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg" imageAlt="Premium facilities at Cherry Drops" mediaAnimation="slide-up" /> @@ -100,7 +107,7 @@ export default function FacilitiesPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg" imageAlt="Visit our facilities" mediaAnimation="slide-up" mediaPosition="right" @@ -119,25 +126,25 @@ export default function FacilitiesPage() { { 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." /> -- 2.49.1 From 1d63dd26aec084d88e572b067b7ae56fdab94be9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:09 +0000 Subject: [PATCH 04/13] Update src/app/layout.tsx --- src/app/layout.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index db77c78..ec85bee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,24 +11,26 @@ const nunito = Nunito({ export const metadata: Metadata = { title: "Cherry Drops Fitness - Best Gym in Dhaka 1219", description: "Transform your body at Cherry Drops Fitness. Modern equipment, professional trainers, clean facilities, steam room & massage. 4.3★ rated. Call 01610-021342.", keywords: "gym in Dhaka 1219, fitness center Bashundhara, affordable gym Dhaka, personal training, fitness membership, best gym Bangladesh", metadataBase: new URL("https://cherrydrops.com.bd"), alternates: { - canonical: "https://cherrydrops.com.bd"}, + canonical: "https://cherrydrops.com.bd" + }, openGraph: { title: "Cherry Drops Fitness - Best Gym in Dhaka", description: "Modern equipment, professional trainers, and a clean environment. Start your fitness journey today. 4.3★ Google Rating.", url: "https://cherrydrops.com.bd", siteName: "Cherry Drops Fitness & Life Style", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg", alt: "Cherry Drops Fitness Center"}, - ], + url: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg", alt: "Cherry Drops Fitness Center" + } + ] }, twitter: { - card: "summary_large_image", title: "Cherry Drops Fitness - Best Gym in Dhaka", description: "Transform your body with modern equipment and expert trainers. Open daily until 11 PM.", images: ["http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg"], + card: "summary_large_image", title: "Cherry Drops Fitness - Best Gym in Dhaka", description: "Transform your body with modern equipment and expert trainers. Open daily until 11 PM.", images: ["http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ - children, + children }: Readonly<{ children: React.ReactNode; }>) { -- 2.49.1 From e8dd15660a188357d71a624487bb25cc3ee177f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:09 +0000 Subject: [PATCH 05/13] Update src/app/about/page.tsx --- src/app/about/page.tsx | 44 +++++++++++++++++++----------------------- 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c30d1cf..7b97ade 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -15,7 +15,7 @@ export default function AboutPage() { { name: "Facilities", id: "/facilities" }, { name: "Trainers", id: "/trainers" }, { name: "Membership", id: "/membership" }, - { name: "Contact", id: "/contact" } + { name: "Contact", id: "/contact" }, ]; return ( @@ -36,24 +36,23 @@ export default function AboutPage() { navItems={navItems} brandName="Cherry Drops" button={{ - text: "Call Now", href: "tel:+8801610021342" - }} + text: "Call Now", href: "tel:+8801610021342"}} />
@@ -62,7 +61,7 @@ export default function AboutPage() {
@@ -91,12 +87,12 @@ export default function AboutPage() { -- 2.49.1 From b41fe976bce50980f22c25d6b97120b705592313 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:10 +0000 Subject: [PATCH 06/13] Update src/app/membership/page.tsx --- src/app/membership/page.tsx | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/src/app/membership/page.tsx b/src/app/membership/page.tsx index b4fe73f..1c12fc5 100644 --- a/src/app/membership/page.tsx +++ b/src/app/membership/page.tsx @@ -15,7 +15,7 @@ export default function MembershipPage() { { name: "Facilities", id: "/facilities" }, { name: "Trainers", id: "/trainers" }, { name: "Membership", id: "/membership" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; return ( @@ -36,7 +36,8 @@ export default function MembershipPage() { navItems={navItems} brandName="Cherry Drops" button={{ - text: "Call Now", href: "tel:+8801610021342"}} + text: "Call Now", href: "tel:+8801610021342" + }} />
@@ -55,18 +56,21 @@ export default function MembershipPage() { { id: "monthly", badge: "Popular", badgeIcon: Sparkles, price: "Call for Rate", subtitle: "Perfect for getting started", features: [ - "Full gym access", "All facilities included", "Locker room access", "Steam & massage available"], + "Full gym access", "All facilities included", "Locker room access", "Steam & massage available" + ] }, { id: "quarterly", badge: "Value", badgeIcon: Gift, price: "Call for Rate", subtitle: "Best for 3-month commitment", features: [ - "Full gym access", "Priority trainer booking", "All facilities included", "Free fitness assessment"], + "Full gym access", "Priority trainer booking", "All facilities included", "Free fitness assessment" + ] }, { id: "annual", badge: "Best Value", badgeIcon: Star, price: "Call for Rate", subtitle: "Biggest savings with yearly plan", features: [ - "Full gym access", "Free monthly trainer session", "All facilities included", "Priority support & access"], - }, + "Full gym access", "Free monthly trainer session", "All facilities included", "Priority support & access" + ] + } ]} /> @@ -80,10 +84,10 @@ export default function MembershipPage() { tagAnimation="slide-up" metrics={[ { value: "24/7", title: "Extended Hours Until 11 PM" }, - { value: "195+", title: "Active Community Members" }, + { value: "195+", title: "Active Community Members" } ]} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg?_wi=8" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg" imageAlt="Cherry Drops Membership Benefits" mediaAnimation="slide-up" /> @@ -98,7 +102,7 @@ export default function MembershipPage() { tagAnimation="slide-up" background={{ variant: "cell-wave" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg" imageAlt="Join Cherry Drops" mediaAnimation="slide-up" mediaPosition="right" @@ -117,25 +121,25 @@ export default function MembershipPage() { { 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." /> -- 2.49.1 From 6d98eb312ae95d1fa6a76ebd47dbe5be4379c47c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:11 +0000 Subject: [PATCH 07/13] 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." /> -- 2.49.1 From bba4ec9ff24d5eeff2c5e7e6251161bc9984e1f2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:12 +0000 Subject: [PATCH 08/13] Update src/app/trainers/page.tsx --- src/app/trainers/page.tsx | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/src/app/trainers/page.tsx b/src/app/trainers/page.tsx index 03fab80..e9a3038 100644 --- a/src/app/trainers/page.tsx +++ b/src/app/trainers/page.tsx @@ -15,7 +15,7 @@ export default function TrainersPage() { { name: "Facilities", id: "/facilities" }, { name: "Trainers", id: "/trainers" }, { name: "Membership", id: "/membership" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; return ( @@ -36,7 +36,8 @@ export default function TrainersPage() { navItems={navItems} brandName="Cherry Drops" button={{ - text: "Call Now", href: "tel:+8801610021342"}} + text: "Call Now", href: "tel:+8801610021342" + }} />
@@ -54,13 +55,16 @@ export default function TrainersPage() { { id: "personal-trainers", groupTitle: "Personal Training Specialists", members: [ { - id: "1", title: "Md. Imran", subtitle: "Weight Loss & Strength Coach", detail: "Specializes in transformative fat loss programs and strength building", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg?_wi=5", imageAlt: "Md. Imran"}, + id: "1", title: "Md. Imran", subtitle: "Weight Loss & Strength Coach", detail: "Specializes in transformative fat loss programs and strength building", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg", imageAlt: "Md. Imran" + }, { - id: "2", title: "Fatema Akter", subtitle: "Muscle Building Expert", detail: "Advanced bodybuilding and strength programming expertise", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-personal-trainer-middle-modern-gym-with-workout-plan-her-hands_496169-2795.jpg?_wi=2", imageAlt: "Fatema Akter"}, + id: "2", title: "Fatema Akter", subtitle: "Muscle Building Expert", detail: "Advanced bodybuilding and strength programming expertise", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-personal-trainer-middle-modern-gym-with-workout-plan-her-hands_496169-2795.jpg", imageAlt: "Fatema Akter" + }, { - id: "3", title: "Jamal Uddin", subtitle: "Beginner & Fitness Coach", detail: "Creates personalized plans for first-timers and fitness newcomers", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "Jamal Uddin"}, - ], - }, + id: "3", title: "Jamal Uddin", subtitle: "Beginner & Fitness Coach", detail: "Creates personalized plans for first-timers and fitness newcomers", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Jamal Uddin" + } + ] + } ]} /> @@ -74,10 +78,10 @@ export default function TrainersPage() { tagAnimation="slide-up" metrics={[ { value: "50+", title: "Years of Combined Experience" }, - { value: "100%", title: "Certified Professionals" }, + { value: "100%", title: "Certified Professionals" } ]} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg?_wi=6" + imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg" imageAlt="Expert training at Cherry Drops" mediaAnimation="slide-up" /> @@ -92,7 +96,7 @@ export default function TrainersPage() { tagAnimation="slide-up" background={{ variant: "downward-rays-animated" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg" imageAlt="Book a training session" mediaAnimation="slide-up" mediaPosition="right" @@ -111,25 +115,25 @@ export default function TrainersPage() { { 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." /> -- 2.49.1 From 6f8042b9ef79eab80e21d22f693652ee972dde4f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:13 +0000 Subject: [PATCH 09/13] Update src/app/facilities/page.tsx --- src/app/facilities/page.tsx | 45 ++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 26 deletions(-) diff --git a/src/app/facilities/page.tsx b/src/app/facilities/page.tsx index c43442d..6272146 100644 --- a/src/app/facilities/page.tsx +++ b/src/app/facilities/page.tsx @@ -15,7 +15,7 @@ export default function FacilitiesPage() { { name: "Facilities", id: "/facilities" }, { name: "Trainers", id: "/trainers" }, { name: "Membership", id: "/membership" }, - { name: "Contact", id: "/contact" } + { name: "Contact", id: "/contact" }, ]; return ( @@ -36,15 +36,14 @@ export default function FacilitiesPage() { navItems={navItems} brandName="Cherry Drops" button={{ - text: "Call Now", href: "tel:+8801610021342" - }} + text: "Call Now", href: "tel:+8801610021342"}} />
@@ -89,10 +82,10 @@ export default function FacilitiesPage() { tagAnimation="slide-up" metrics={[ { value: "100%", title: "Equipment Maintenance Record" }, - { value: "Daily", title: "Professional Cleaning Schedule" } + { value: "Daily", title: "Professional Cleaning Schedule" }, ]} 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=7" imageAlt="Premium facilities at Cherry Drops" mediaAnimation="slide-up" /> @@ -107,7 +100,7 @@ export default function FacilitiesPage() { tagAnimation="slide-up" background={{ variant: "sparkles-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=3" imageAlt="Visit our facilities" mediaAnimation="slide-up" mediaPosition="right" @@ -126,25 +119,25 @@ export default function FacilitiesPage() { { 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." /> -- 2.49.1 From e1c23541127a893bf9292775168d2d92d3276d1d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:15 +0000 Subject: [PATCH 10/13] Update src/app/layout.tsx --- src/app/layout.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ec85bee..db77c78 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,26 +11,24 @@ const nunito = Nunito({ export const metadata: Metadata = { title: "Cherry Drops Fitness - Best Gym in Dhaka 1219", description: "Transform your body at Cherry Drops Fitness. Modern equipment, professional trainers, clean facilities, steam room & massage. 4.3★ rated. Call 01610-021342.", keywords: "gym in Dhaka 1219, fitness center Bashundhara, affordable gym Dhaka, personal training, fitness membership, best gym Bangladesh", metadataBase: new URL("https://cherrydrops.com.bd"), alternates: { - canonical: "https://cherrydrops.com.bd" - }, + canonical: "https://cherrydrops.com.bd"}, openGraph: { title: "Cherry Drops Fitness - Best Gym in Dhaka", description: "Modern equipment, professional trainers, and a clean environment. Start your fitness journey today. 4.3★ Google Rating.", url: "https://cherrydrops.com.bd", siteName: "Cherry Drops Fitness & Life Style", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg", alt: "Cherry Drops Fitness Center" - } - ] + url: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg", alt: "Cherry Drops Fitness Center"}, + ], }, twitter: { - card: "summary_large_image", title: "Cherry Drops Fitness - Best Gym in Dhaka", description: "Transform your body with modern equipment and expert trainers. Open daily until 11 PM.", images: ["http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg"] + card: "summary_large_image", title: "Cherry Drops Fitness - Best Gym in Dhaka", description: "Transform your body with modern equipment and expert trainers. Open daily until 11 PM.", images: ["http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg"], }, robots: { index: true, - follow: true - } + follow: true, + }, }; export default function RootLayout({ - children + children, }: Readonly<{ children: React.ReactNode; }>) { -- 2.49.1 From 48246e9909890bf1d46d25ee40afa382f874a37a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:18 +0000 Subject: [PATCH 11/13] Update src/app/membership/page.tsx --- src/app/membership/page.tsx | 38 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/src/app/membership/page.tsx b/src/app/membership/page.tsx index 1c12fc5..d568715 100644 --- a/src/app/membership/page.tsx +++ b/src/app/membership/page.tsx @@ -15,7 +15,7 @@ export default function MembershipPage() { { name: "Facilities", id: "/facilities" }, { name: "Trainers", id: "/trainers" }, { name: "Membership", id: "/membership" }, - { name: "Contact", id: "/contact" } + { name: "Contact", id: "/contact" }, ]; return ( @@ -36,8 +36,7 @@ export default function MembershipPage() { navItems={navItems} brandName="Cherry Drops" button={{ - text: "Call Now", href: "tel:+8801610021342" - }} + text: "Call Now", href: "tel:+8801610021342"}} /> @@ -56,21 +55,18 @@ export default function MembershipPage() { { id: "monthly", badge: "Popular", badgeIcon: Sparkles, price: "Call for Rate", subtitle: "Perfect for getting started", features: [ - "Full gym access", "All facilities included", "Locker room access", "Steam & massage available" - ] + "Full gym access", "All facilities included", "Locker room access", "Steam & massage available"], }, { id: "quarterly", badge: "Value", badgeIcon: Gift, price: "Call for Rate", subtitle: "Best for 3-month commitment", features: [ - "Full gym access", "Priority trainer booking", "All facilities included", "Free fitness assessment" - ] + "Full gym access", "Priority trainer booking", "All facilities included", "Free fitness assessment"], }, { id: "annual", badge: "Best Value", badgeIcon: Star, price: "Call for Rate", subtitle: "Biggest savings with yearly plan", features: [ - "Full gym access", "Free monthly trainer session", "All facilities included", "Priority support & access" - ] - } + "Full gym access", "Free monthly trainer session", "All facilities included", "Priority support & access"], + }, ]} /> @@ -78,16 +74,16 @@ export default function MembershipPage() {
@@ -102,7 +98,7 @@ export default function MembershipPage() { tagAnimation="slide-up" background={{ variant: "cell-wave" }} 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=5" imageAlt="Join Cherry Drops" mediaAnimation="slide-up" mediaPosition="right" @@ -121,25 +117,25 @@ export default function MembershipPage() { { 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." /> -- 2.49.1 From 0541bdf0c53f8b7ce5f244fbb20d886a90709a22 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:21 +0000 Subject: [PATCH 12/13] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c73f82..e830294 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,7 +143,7 @@ export default function HomePage() {
Date: Tue, 3 Mar 2026 14:53:25 +0000 Subject: [PATCH 13/13] Update src/app/trainers/page.tsx --- src/app/trainers/page.tsx | 42 ++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/src/app/trainers/page.tsx b/src/app/trainers/page.tsx index e9a3038..b126c10 100644 --- a/src/app/trainers/page.tsx +++ b/src/app/trainers/page.tsx @@ -15,7 +15,7 @@ export default function TrainersPage() { { name: "Facilities", id: "/facilities" }, { name: "Trainers", id: "/trainers" }, { name: "Membership", id: "/membership" }, - { name: "Contact", id: "/contact" } + { name: "Contact", id: "/contact" }, ]; return ( @@ -36,15 +36,14 @@ export default function TrainersPage() { navItems={navItems} brandName="Cherry Drops" button={{ - text: "Call Now", href: "tel:+8801610021342" - }} + text: "Call Now", href: "tel:+8801610021342"}} />
@@ -72,16 +68,16 @@ export default function TrainersPage() {
@@ -96,7 +92,7 @@ export default function TrainersPage() { tagAnimation="slide-up" background={{ variant: "downward-rays-animated" }} 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=4" imageAlt="Book a training session" mediaAnimation="slide-up" mediaPosition="right" @@ -115,25 +111,25 @@ export default function TrainersPage() { { 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." /> -- 2.49.1