From f5000b3df7600bb218dcfd73b093833854235e60 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:46:23 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3b8f7f3..70625ca 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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"}} /> @@ -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() {