Skip to content

Commit

Permalink
Update contact-us.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
a7medabdo6 authored Dec 10, 2023
1 parent 8ea2507 commit 3c9cddb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/contact-us.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3c9cddb

Please sign in to comment.