mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-11 22:30:58 +04:30
Initial commit: Meshkee dashboards monorepo.
Includes business, customer, and super-admin apps with shared packages and production deploy scripts. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
import { WebsiteSectionShell } from '../components/WebsiteSectionShell'
|
||||
import styles from './WebsitePage.module.css'
|
||||
|
||||
export function WebsiteEPaymentPage() {
|
||||
return (
|
||||
<WebsiteSectionShell
|
||||
sectionLabel="E-Payment"
|
||||
title="E-Payment"
|
||||
subtitle="Configure online payment methods for your website checkout."
|
||||
>
|
||||
<p className={styles.placeholderLead}>
|
||||
Connect payment gateways so customers can pay online through your store.
|
||||
</p>
|
||||
<p className={styles.placeholderNote}>
|
||||
E-payment settings will be connected here. Planned options include:
|
||||
</p>
|
||||
<ul className={styles.featureList}>
|
||||
<li>Enable or disable online payments</li>
|
||||
<li>Configure payment provider credentials</li>
|
||||
<li>Set supported payment methods and test mode</li>
|
||||
</ul>
|
||||
</WebsiteSectionShell>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user