Merge pull request 'Update src/pages/contact.astro' (#33) from copy_main into main

Reviewed-on: #33
tst2
rajib 2025-05-27 07:19:26 +00:00
commit 98a17011a2
1 changed files with 7 additions and 3 deletions

View File

@ -121,13 +121,17 @@ const contactSchema = {
<h2 id="business-hours-heading" class="text-xl sm:text-2xl font-bold text-white mb-4 sm:mb-6">Business Hours</h2>
<div class="space-y-3">
<div class="flex flex-col sm:flex-row sm:justify-between">
<span class="text-neutral-300 font-medium">Monday:</span>
<span class="text-white">Closed</span>
</div>
<div class="flex flex-col sm:flex-row sm:justify-between">
<span class="text-neutral-300 font-medium">Tuesday - Saturday:</span>
<span class="text-neutral-300 font-medium">Tuesday - Friday:</span>
<time datetime="09:00-17:00" class="text-white">9:00 AM - 5:00 PM</time>
</div>
<div class="flex flex-col sm:flex-row sm:justify-between">
<span class="text-neutral-300 font-medium">Monday:</span>
<span class="text-white">Closed</span>
<span class="text-neutral-300 font-medium">Saturday:</span>
<time datetime="10:00-16:00" class="text-white">10:00 AM - 4:00 PM</time>
</div>
<div class="flex flex-col sm:flex-row sm:justify-between">
<span class="text-neutral-300 font-medium">Sunday:</span>