From 3c9cddbc4739c6710f36167003e7aeddc75c3150 Mon Sep 17 00:00:00 2001 From: a7medabdo6 <57114105+a7medabdo6@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:47:42 +0200 Subject: [PATCH] Update contact-us.jsx --- src/pages/contact-us.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/contact-us.jsx b/src/pages/contact-us.jsx index ab62642..6b86386 100644 --- a/src/pages/contact-us.jsx +++ b/src/pages/contact-us.jsx @@ -18,7 +18,10 @@ import contactUs from "#/images/contact_us.png"; import NavBarMobile from "@/components/Mobile/NavBarMobile"; import { useTrans } from "@/locales/Helper"; import baseUrl from "@/baseURL"; - +export const metadata = { + title: 'well-pharmacy', + description: 'well-pharmacy', +} const ContactUs = () => { const t = useTrans(); const [showModal, setShowModal] = useState(false);