Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contact Us updated #527

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/pages/ContactUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,14 @@ export const ContactUs = () => {
</div>

<div className="flex flex-row max-md:flex-col items-center justify-center w-full mt-10 mb-10">
<div className="flex flex-col w-2/4 items-center justify-center max-md:w-full">
<h2 className="font-medium text-lg">Operating Hours</h2>
<div className="flex flex-col items-center justify-center p-5 mt-5 shadow-lg rounded-md">
<p>Monday - Friday: 9:00 AM - 6:00 PM</p>
<p>Saturday: 10:00 AM - 4:00 PM</p>
<p>Sunday: Closed</p>
</div>
</div>
<div className="flex flex-col w-2/4 items-center justify-center max-md:w-full">
<h2 className="font-medium text-xl mb-4">Operating Hours</h2>
<div className="flex flex-col items-center justify-center p-6 shadow-lg rounded-lg bg-white w-full max-w-sm">
<p className="mb-2 text-gray-700"><span className="font-semibold">Monday - Friday:</span> 9:00 AM - 6:00 PM</p>
<p className="mb-2 text-gray-700"><span className="font-semibold">Saturday:</span> 10:00 AM - 4:00 PM</p>
<p className="text-gray-700"><span className="font-semibold">Sunday:</span> Closed</p>
</div>
</div>

<div className="flex flex-col w-2/4 items-center justify-center max-md:w-full max-md:mt-10">
<h2 className="font-medium text-lg">FAQ</h2>
Expand Down