Merge pull request 'Update src/pages/contact.astro' (#33) from copy_main into main
Reviewed-on: #33tst2
commit
98a17011a2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue