Files
where_woof/frontend/templates/contact.html

12 lines
705 B
HTML

{{define "content"}}
<div class="mx-auto max-w-2xl">
<h1 class="text-3xl font-extrabold tracking-tight">Get in touch</h1>
<p class="mt-4 text-stone-700">Questions, lost-tag help, or bulk orders? We'd love to hear from you.</p>
<div class="mt-6 space-y-3 rounded-xl border border-stone-200 bg-white p-6 text-sm shadow-sm">
<p><strong>Email:</strong> <a href="mailto:info@where-woof.com" class="text-amber-600 hover:underline">info@where-woof.com</a></p>
<p><strong>Website:</strong> <a href="/" class="text-amber-600 hover:underline">where-woof.com</a></p>
<p class="text-stone-500">For bulk tags (parks, trails, campgrounds) mention your use case and volume.</p>
</div>
</div>
{{end}}