Skip to content

Commit

Permalink
Merge pull request #625 from lisagorewitdecker/lisagorewitdecker-patch-8
Browse files Browse the repository at this point in the history
Update index.tsx
  • Loading branch information
lisagorewitdecker authored Nov 5, 2024
2 parents 9826900 + feb4c3f commit d94d5e5
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,9 @@ const Home: NextPage = () => {
className="iframe"
title="The Best Driving School - eStop Driving School in Marin County and Sonoma County"
/>

</div>
</div>
<div id="contact" className="flex py-10 bg-gray-200">
<div id="contact" className="flex bg-gray-200">
<div className="container mx-auto py-2">
<h2 className="text-2xl text-center font-bold py-2">CONTACT eSTOPDRIVING SCHOOL</h2>
<p className="text-center mx-2">
Expand Down Expand Up @@ -313,16 +312,15 @@ const Home: NextPage = () => {
</div>
</div>
</div>
<div className="bg-gray-900 text-gray-400 py-4 text-sm">
<div className="flex py-10 bg-gray-200">
<div className="locations flex bg-gray-200">
<div className="container mx-auto py-2">
<h2>eStop Driving School Provides Dring Lessons to The Following Locations: Novato, CA; Tiburon, CA; Petaluma, CA; San Rafael, CA; Corte Madera, CA; Sausalito, CA; Sebastopol, CA; Mill Valley, CA; San Anselmo, CA;
Greenbrae CA; Kentfield, CA. If You Do Not See Your Location Listed Here;
Please Do Not Hesitate to Contact Teshome (Tony or TK) Via Text or Phone.</h2>
</div>
</div>

</main>
<footer className="bg-gray-900 text-gray-400 py-4 text-sm">
<div className="flex py-10 bg-gray-200">
<footer className="flex py-10 bg-gray-200 text-gray-900 py-4 text-sm">
<div className="container m-auto text-center">
Copyright @2024{" "} |
<a
Expand Down Expand Up @@ -360,7 +358,6 @@ const Home: NextPage = () => {
SITE WEB DEV LISA GOREWIT-DECKER
</a>
</div>
</div>


</footer>
Expand Down

0 comments on commit d94d5e5

Please sign in to comment.