Skip to content

Commit

Permalink
Merge pull request #616 from lisagorewitdecker/lisagorewitdecker-patc…
Browse files Browse the repository at this point in the history
…h-2test-1

Update index.tsx
  • Loading branch information
lisagorewitdecker authored Nov 5, 2024
2 parents 0cdc628 + 8fba562 commit 36e4477
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,35 @@ const Home: NextPage = () => {
</div>
</div>
</div>

<div
className="fixed bottom-2 right-2"
onClick={() => onScrollToView("home")}
>
<FontAwesomeIcon
icon="arrow-up"
className="text-red-500"
style={{ width: 36, height: 36 }}
/>
</div>
<div
className="flex */}
py-20
bg-gray-200">
<div id="schedule"
className="container
mx-auto py-2">
<h2 className="text-2xl text-center py-3 font-bold">
SCHEDULE AN APPOINTMENT
</h2>
<iframe
src="https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ3Z9oZDqvdpfHE1dlYceoVLrvtoPG0lu_fcrwUQY6rcRQjkVu9sIkzpF_OON1V_8q149k-AoUVO?gv=true"
className="iframe"
title="The Best Driving School - eStop Driving School in Marin County and Sonoma County"
/>

</div>
</div>
<div id="contact" className="flex py-20 bg-gray-200">
<div className="container mx-auto py-2">
<h2 className="text-2xl text-center font-bold py-2">CONTACT eSTOPDRIVING SCHOOL</h2>
Expand Down Expand Up @@ -285,34 +314,7 @@ const Home: NextPage = () => {
</div>
</div>
</div>
<div
className="fixed bottom-2 right-2"
onClick={() => onScrollToView("home")}
>
<FontAwesomeIcon
icon="arrow-up"
className="text-red-500"
style={{ width: 36, height: 36 }}
/>
</div>
<div
className="flex */}
py-20
bg-gray-200">
<div id="schedule"
className="container
mx-auto py-2">
<h2 className="text-2xl text-center py-3 font-bold">
SCHEDULE AN APPOINTMENT
</h2>
<iframe
src="https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ3Z9oZDqvdpfHE1dlYceoVLrvtoPG0lu_fcrwUQY6rcRQjkVu9sIkzpF_OON1V_8q149k-AoUVO?gv=true"
className="iframe"
title="The Best Driving School - eStop Driving School in Marin County and Sonoma County"
/>

</div>
</div>

</main>
<footer className="bg-gray-900 text-gray-400 py-4 text-sm">
<div className="locations">
Expand Down

0 comments on commit 36e4477

Please sign in to comment.