From 67f0f71d62fe73ce2333e0f270ac809db9a4a28e Mon Sep 17 00:00:00 2001 From: ASOwnerYT Date: Sun, 17 Aug 2025 17:54:46 +1200 Subject: [PATCH] Add payment method info, remove standalone output --- next.config.mjs | 2 +- src/app/page.js | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 608f1be..d8499b0 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: "standalone", + /*output: "standalone",*/ }; export default nextConfig; diff --git a/src/app/page.js b/src/app/page.js index dfab7c5..f6585fe 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -246,6 +246,14 @@ export default function Home() { We’ll give you an estimated turnaround time when we diagnose the problem. Most parts take about a week to arrive. + + + What payment methods do you accept? + + + We accept cash, card (contactless ONLY), bank transfer and Bitcoin. Currently we do not accept Eftpos payments, only contactless payment methods such as Visa, Mastercard, American Express, Apple Pay, Google Pay and Samsung Pay. + +