2026-02-13 16:02:25 +00:00
|
|
|
|
<.shop_layout {layout_assigns(assigns)} active_page="contact">
|
2026-02-17 09:03:35 +00:00
|
|
|
|
<main id="main-content" class="page-container contact-main">
|
2026-01-17 21:52:11 +00:00
|
|
|
|
<.hero_section
|
|
|
|
|
|
variant={:page}
|
2026-01-20 21:07:12 +00:00
|
|
|
|
title="Get in touch"
|
2026-02-06 23:33:22 +00:00
|
|
|
|
description="Sample contact page for the demo store. Add your own message here – something friendly about how customers can reach you."
|
2026-01-17 21:52:11 +00:00
|
|
|
|
/>
|
|
|
|
|
|
|
2026-02-17 09:03:35 +00:00
|
|
|
|
<div class="contact-grid">
|
feat: add comprehensive social platform icons using Simple Icons
Add 24 social platform icons from Simple Icons (MIT licensed):
- Commercial/Creative: instagram, pinterest, tiktok, facebook, twitter,
youtube, patreon, kofi, etsy, gumroad, bandcamp
- Open Web/Federated: mastodon, pixelfed, bluesky, peertube, lemmy, matrix
- Developer/Hacker: github, gitlab, codeberg, sourcehut
- Communication: discord, telegram, signal
- Other: substack, rss, website
Also:
- Redesign social_links_card to single card with compact flex-wrap layout
- Remove redundant response_time text (hero already says "get back to you")
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 19:29:45 +00:00
|
|
|
|
<.contact_form email="hello@example.com" />
|
2026-01-17 21:52:11 +00:00
|
|
|
|
|
2026-02-17 09:03:35 +00:00
|
|
|
|
<div class="contact-sidebar">
|
2026-01-17 21:52:11 +00:00
|
|
|
|
<.order_tracking_card />
|
|
|
|
|
|
|
2026-01-31 14:24:58 +00:00
|
|
|
|
<.info_card
|
|
|
|
|
|
title="Handy to know"
|
|
|
|
|
|
items={[
|
2026-02-06 23:33:22 +00:00
|
|
|
|
%{label: "Printing", value: "Example: 2-5 business days"},
|
|
|
|
|
|
%{label: "Delivery", value: "Example: 3-7 business days after printing"},
|
|
|
|
|
|
%{label: "Issues", value: "Example: Reprints for any defects"}
|
2026-01-31 14:24:58 +00:00
|
|
|
|
]}
|
|
|
|
|
|
/>
|
2026-01-17 21:52:11 +00:00
|
|
|
|
|
2026-01-20 19:13:48 +00:00
|
|
|
|
<.newsletter_card />
|
2026-01-17 21:52:11 +00:00
|
|
|
|
|
2026-02-11 08:17:19 +00:00
|
|
|
|
<.social_links_card />
|
2026-01-17 21:52:11 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</main>
|
2026-02-08 12:10:08 +00:00
|
|
|
|
</.shop_layout>
|