Eko Contact Page Copy
Purpose: Section-by-section copy for the eko.day/contact page. Includes a 2x2 contact card grid and a mini FAQ section. This is a hybrid page — same content for both logged-in and public visitors.
Source: Features Document
Note: The source spec contains stale FAQ answers (e.g., "Free: weekly, Pro: daily"). This copy document uses the correct values from the features document: 3x/day monitoring on all plans.
Page Header
Heading
Contact Us
Introduction
Have a question, feedback, or need help? We'd love to hear from you. Choose the best way to reach us below.
Contact Cards Grid
Design note: Render as a 2x2 responsive grid (
sm:grid-cols-2). Each card includes an icon, a label, the contact destination, and a brief description. Email cards usemailto:links. The Twitter card opens in a new tab withrel="noopener noreferrer".
Card 1: General Inquiries
- Icon:
Mail(lucide-react) - Label: General Inquiries
- Destination: hello@eko.app
- Link:
mailto:hello@eko.app - Description: Questions about Eko, partnerships, or anything else
Card 2: Support
- Icon:
MessageSquare(lucide-react) - Label: Support
- Destination: support@eko.app
- Link:
mailto:support@eko.app - Description: Help with your account, billing, or technical issues
Card 3: Twitter / X
- Icon:
Twitter(lucide-react) - Label: Twitter / X
- Destination: @ekoapp
- Link:
https://twitter.com/ekoapp(external, new tab) - Description: Follow us for updates and product news
Card 4: Press
- Icon:
Mail(lucide-react) - Label: Press Inquiries
- Destination: press@eko.app
- Link:
mailto:press@eko.app - Description: Media inquiries, interviews, and press resources
Mini FAQ Section
Design note: Three Q&A pairs rendered as static cards (no accordion). These address the most common questions visitors have when they reach the contact page. All answers are kept concise — the full FAQ page has more detail.
Q: How often does Eko check my pages?
Every page is monitored 3x per day on all plans — Free, Base, Pro, and Team. There's nothing to configure. For time-sensitive pages, mark them as Urgent to get instant SMS and email when a change is detected.
Q: Can I track any page?
You can track most publicly accessible webpages — pricing pages, job listings, status pages, product pages, documentation, terms of service, and more. Eko does not monitor pages that require a login or pages containing personal information. Some pages with heavy bot protection may have limited monitoring capabilities.
Q: How do I export my data?
You can export your tracked pages, change history, and AI-generated summaries from your account settings. Your data is yours — we make it easy to take it with you.
Implementation Notes
The contact page uses simple styled
<a>and<div>elements — no complex components beyond the sharedPublicLayout. Max width ismax-w-2xl mx-auto. Card hover effects change border and background color. All contact links are focusable for accessibility. Icons are decorative and don't need alt text.