Fixes
This commit is contained in:
parent
7716e7e26e
commit
8d099b220f
4 changed files with 11 additions and 2026 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1,9 +1,14 @@
|
||||||
<div class="max-w-[1040px] mx-auto px-6 py-16">
|
<div class="max-w-[1040px] mx-auto px-6 py-16 bg-pt-blue-50">
|
||||||
<h1 class="text-[clamp(2.5rem,5vw,4rem)] font-serif font-light text-gray-900 mb-4">Contact Us</h1>
|
<h1 class="text-[clamp(2.5rem,5vw,4rem)] font-serif font-light text-gray-900 mb-4">Contact Us</h1>
|
||||||
<p class="text-xl text-gray-600 mb-12 max-w-2xl">
|
<p class="text-xl text-gray-600 mb-6 max-w-2xl">
|
||||||
We'd love to hear from you. Reach out with questions about our services, insurance, or to schedule a visit.
|
We'd love to hear from you. Reach out with questions about our services, insurance, or to schedule a visit.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p class="text-xl text-gray-600 mb-12 max-w-2xl">
|
||||||
|
Note: This is not an actual healthcare practice. It is merely a demo of
|
||||||
|
<a href="https://coldairnetworks.com" class="text-pt-blue-500 hover:underline">Cold Air Networks'</a> website design services.
|
||||||
|
</p>
|
||||||
|
|
||||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-12">
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-12">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="text-2xl font-normal mb-6 text-gray-900">Our Location</h2>
|
<h2 class="text-2xl font-normal mb-6 text-gray-900">Our Location</h2>
|
||||||
|
|
@ -16,7 +21,7 @@
|
||||||
<h2 class="text-2xl font-normal mt-10 mb-6 text-gray-900">Get in Touch</h2>
|
<h2 class="text-2xl font-normal mt-10 mb-6 text-gray-900">Get in Touch</h2>
|
||||||
<div class="space-y-2 text-[15px]">
|
<div class="space-y-2 text-[15px]">
|
||||||
<p><strong>Phone:</strong> <a href="tel:9515550123" class="text-pt-blue-500 hover:underline">(951) 555-0123</a></p>
|
<p><strong>Phone:</strong> <a href="tel:9515550123" class="text-pt-blue-500 hover:underline">(951) 555-0123</a></p>
|
||||||
<p><strong>Email:</strong> <a href="mailto:hello@riversidept.com" class="text-pt-blue-500 hover:underline">hello@riversidept.com</a></p>
|
<p><strong>Email:</strong> <a href="mailto:info@coldairnetworks.com" class="text-pt-blue-500 hover:underline">info@coldairnetworks.com</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 class="text-2xl font-normal mt-10 mb-6 text-gray-900">Office Hours</h2>
|
<h2 class="text-2xl font-normal mt-10 mb-6 text-gray-900">Office Hours</h2>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="max-w-[1040px] mx-auto px-6 py-12">
|
<div class="max-w-[1040px] mx-auto px-6 py-12 bg-pt-blue-50">
|
||||||
<div class="mb-8">
|
<div class="mb-8">
|
||||||
<a href="/book-appointment" class="inline-flex items-center text-pt-blue-500 hover:text-pt-blue-600 text-sm font-medium">
|
<a href="/book-appointment" class="inline-flex items-center text-pt-blue-500 hover:text-pt-blue-600 text-sm font-medium">
|
||||||
← Make an Appointment
|
← Make an Appointment
|
||||||
|
|
|
||||||
0
web/sites/default/files/.gitkeep
Normal file → Executable file
0
web/sites/default/files/.gitkeep
Normal file → Executable file
Loading…
Reference in a new issue