Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldesigndj committed May 19, 2023
1 parent 40fc9b8 commit 2be5805
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions routes/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Head } from "$fresh/runtime.ts"
// import { tw } from "twind"
import Layout from "@/components/Layout.jsx"
import IconPill from "https://deno.land/x/[email protected]/tsx/pill.tsx"

export default function Home() {
return (
Expand All @@ -22,9 +23,25 @@ export default function Home() {
Pharmacy
</span>
</h2>
<a class="text-xl" href="tel:781-284-6525">781-284-6525</a>
<div class="mb-3">
<IconPill class="text-pink inline rotate-135" />
<IconPill class="text-blue inline rotate-90" />
<IconPill class="text-pink inline rotate-135" />
<IconPill class="text-blue inline rotate-90" />
<IconPill class="text-pink inline rotate-135" />
<IconPill class="text-blue inline rotate-90" />
<IconPill class="text-pink inline rotate-135" />
<IconPill class="text-blue inline rotate-90" />
<IconPill class="text-pink inline rotate-135" />
<IconPill class="text-blue inline rotate-90" />
<IconPill class="text-pink inline rotate-135" />
<IconPill class="text-blue inline rotate-90" />
</div>
<a class="text-xl" href="tel:781-284-6525">
781-284-6525
</a>

<table class="mx-auto my-4 text-left">
<table class="mx-auto my-4 text-left text-dark">
<tbody class="hours-table">
<tr class="">
<th class="pr-3" scope="col">
Expand Down

0 comments on commit 2be5805

Please sign in to comment.