All modules, configs, paths, and references updated. 836 tests pass, zero warnings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
31 lines
937 B
Plaintext
31 lines
937 B
Plaintext
<.shop_layout {layout_assigns(assigns)} active_page="contact">
|
||
<main id="main-content" class="page-container contact-main">
|
||
<.hero_section
|
||
variant={:page}
|
||
title="Get in touch"
|
||
description="Sample contact page for the demo store. Add your own message here – something friendly about how customers can reach you."
|
||
/>
|
||
|
||
<div class="contact-grid">
|
||
<.contact_form email="hello@example.com" />
|
||
|
||
<div class="contact-sidebar">
|
||
<.order_tracking_card />
|
||
|
||
<.info_card
|
||
title="Handy to know"
|
||
items={[
|
||
%{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"}
|
||
]}
|
||
/>
|
||
|
||
<.newsletter_card />
|
||
|
||
<.social_links_card />
|
||
</div>
|
||
</div>
|
||
</main>
|
||
</.shop_layout>
|