Add payment method info, remove standalone output

This commit is contained in:
ASOwnerYT
2025-08-17 17:54:46 +12:00
parent 830b8221ca
commit 67f0f71d62
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
output: "standalone", /*output: "standalone",*/
}; };
export default nextConfig; export default nextConfig;
+8
View File
@@ -246,6 +246,14 @@ export default function Home() {
Well give you an estimated turnaround time when we diagnose the Well give you an estimated turnaround time when we diagnose the
problem. Most parts take about a week to arrive. problem. Most parts take about a week to arrive.
</AccordionContent> </AccordionContent>
<AccordionItem value="item-5">
<AccordionTrigger>
What payment methods do you accept?
</AccordionTrigger>
<AccordionContent>
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.
</AccordionContent>
</AccordionItem>
</AccordionItem> </AccordionItem>
</Accordion> </Accordion>