Add payment method info, remove standalone output
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
@@ -246,6 +246,14 @@ export default function Home() {
|
|||||||
We’ll give you an estimated turnaround time when we diagnose the
|
We’ll 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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user