Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.tsx #623

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,16 @@ const Home: NextPage = () => {
</div>
</div>
</div>
</main>
<footer className="bg-gray-900 text-gray-400 py-4 text-sm">
<div className="locations">
<div className="bg-gray-900 text-gray-400 py-4 text-sm">
<div className="flex py-10 bg-gray-200">
<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">
<div className="container m-auto text-center">
Copyright @2024{" "} |
<a
Expand Down Expand Up @@ -356,6 +360,8 @@ const Home: NextPage = () => {
SITE WEB DEV LISA GOREWIT-DECKER
</a>
</div>
</div>


</footer>
</div>
Expand Down
Loading