Skip to content

Commit

Permalink
hours
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldesigndj committed May 19, 2023
1 parent d4f1f04 commit 40fc9b8
Showing 1 changed file with 83 additions and 5 deletions.
88 changes: 83 additions & 5 deletions routes/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,97 @@ export default function Home() {
<div class="border-4 border-pink border-dotted">
<div class="border-4 border-pink p-8">
<h2
class="font-lora font-bold uppercase relative mb-2"
class="font-lora font-bold uppercase relative mb-4"
style="font-size: 4.15rem; line-height: 0.7;"
>
<span class="logo-gradient">Seaside</span>
<span class="text-5xl inline-block logo-gradient">
Pharmacy
</span>
</h2>
<a href="tel:781-284-6525">781-284-6525</a>
<a class="text-xl" href="tel:781-284-6525">781-284-6525</a>

<table class="mx-auto my-4 text-left">
<tbody class="hours-table">
<tr class="">
<th class="pr-3" scope="col">
<p class="">
Mon
</p>
</th>
<td class="">
9:00 AM - 7:00 PM
</td>
</tr>
<tr class="">
<th class="pr-3" scope="col">
<p class="">
Tue
</p>
</th>
<td class="">
9:00 AM - 7:00 PM
</td>
</tr>
<tr class="">
<th class="pr-3" scope="col">
<p class="">
Wed
</p>
</th>
<td class="">
9:00 AM - 7:00 PM
</td>
</tr>
<tr class="">
<th class="pr-3" scope="col">
<p class="">
Thu
</p>
</th>
<td class="">
9:00 AM - 7:00 PM
</td>
</tr>
<tr class="">
<th class="pr-3" scope="col">
<p class="">
Fri
</p>
</th>
<td class="">
9:00 AM - 7:00 PM
</td>
</tr>
<tr class="">
<th class="pr-3" scope="col">
<p class="">
Sat
</p>
</th>
<td class="">
9:00 AM - 5:00 PM
</td>
</tr>
<tr class="">
<th class="pr-3" scope="col">
<p class="">
Sun
</p>
</th>
<td class="">
Closed
</td>
</tr>
</tbody>
</table>

<p>
<a href="https://goo.gl/maps/ZuBSQdKqEavcKrgf9">
Click here to visit us on Google Maps
</a>
</p>
<p>Located in Revere, Massachusetts</p>
<a href="https://goo.gl/maps/ZuBSQdKqEavcKrgf9">
Click here to visit us on Google Maps
</a>
</div>
<div class="hidden">
<Layout>
Expand Down

0 comments on commit 40fc9b8

Please sign in to comment.