diff --git a/src/components/pages/AdditionalServicesStep/AdditionalServicesStep.tsx b/src/components/pages/AdditionalServicesStep/AdditionalServicesStep.tsx index 56735c8..d85563e 100644 --- a/src/components/pages/AdditionalServicesStep/AdditionalServicesStep.tsx +++ b/src/components/pages/AdditionalServicesStep/AdditionalServicesStep.tsx @@ -142,7 +142,7 @@ export const AdditionalServicesStep: React.FC = ({ Additional services - + {isPrePlanning ? "These options can be finalised later. Toggle on the ones you're interested in." : 'Choose which services to include in your plan.'} diff --git a/src/components/pages/CemeteryStep/CemeteryStep.tsx b/src/components/pages/CemeteryStep/CemeteryStep.tsx index 8326f25..b0cb7a9 100644 --- a/src/components/pages/CemeteryStep/CemeteryStep.tsx +++ b/src/components/pages/CemeteryStep/CemeteryStep.tsx @@ -150,7 +150,7 @@ export const CemeteryStep: React.FC = ({ Cemetery - + {isPrePlanning ? "If you haven't decided on a cemetery yet, the funeral provider can help with this later." : 'Choose where the burial will take place.'} diff --git a/src/components/pages/CoffinDetailsStep/CoffinDetailsStep.tsx b/src/components/pages/CoffinDetailsStep/CoffinDetailsStep.tsx index 68b0ac7..677a4ce 100644 --- a/src/components/pages/CoffinDetailsStep/CoffinDetailsStep.tsx +++ b/src/components/pages/CoffinDetailsStep/CoffinDetailsStep.tsx @@ -92,7 +92,7 @@ export const CoffinDetailsStep: React.FC = ({ Your selected coffin - + {isPrePlanning ? 'Here are the details of the coffin you selected. You can change your selection at any time.' : 'Review the details of your selected coffin below.'} diff --git a/src/components/pages/ConfirmationStep/ConfirmationStep.tsx b/src/components/pages/ConfirmationStep/ConfirmationStep.tsx index 58f218e..53834c0 100644 --- a/src/components/pages/ConfirmationStep/ConfirmationStep.tsx +++ b/src/components/pages/ConfirmationStep/ConfirmationStep.tsx @@ -5,6 +5,7 @@ import type { SxProps, Theme } from '@mui/material/styles'; import { WizardLayout } from '../../templates/WizardLayout'; import { Typography } from '../../atoms/Typography'; import { Button } from '../../atoms/Button'; +import { Link } from '../../atoms/Link'; // ─── Types ─────────────────────────────────────────────────────────────────── @@ -104,17 +105,9 @@ export const ConfirmationStep: React.FC = ({ If you need to make changes before then, call us on{' '} - + 1300 000 000 - + . diff --git a/src/components/pages/CrematoriumStep/CrematoriumStep.tsx b/src/components/pages/CrematoriumStep/CrematoriumStep.tsx index 0137887..1d74a4b 100644 --- a/src/components/pages/CrematoriumStep/CrematoriumStep.tsx +++ b/src/components/pages/CrematoriumStep/CrematoriumStep.tsx @@ -149,7 +149,7 @@ export const CrematoriumStep: React.FC = ({ Crematorium - + {isPrePlanning ? 'Review the crematorium details. You can update this later.' : 'Confirm the crematorium and let us know about any preferences.'} @@ -244,6 +244,8 @@ export const CrematoriumStep: React.FC = ({ )} + + {/* ─── Witness / attendance question ─── */} @@ -274,23 +276,28 @@ export const CrematoriumStep: React.FC = ({ {/* ─── Priority / timing preference (optional, provider-specific) ─── */} {priorityOptions.length > 0 && ( - handleFieldChange('priority', e.target.value)} - placeholder="Select timing preference (optional)" - fullWidth - sx={{ mb: 3 }} - > - {priorityOptions.map((opt) => ( - - {opt.label} - - ))} - + <> + + handleFieldChange('priority', e.target.value)} + placeholder="Select timing preference (optional)" + fullWidth + sx={{ mb: 3 }} + > + {priorityOptions.map((opt) => ( + + {opt.label} + + ))} + + )} + + {/* ─── Special instructions ─── */} diff --git a/src/components/pages/PaymentStep/PaymentStep.tsx b/src/components/pages/PaymentStep/PaymentStep.tsx index 11ede5a..2abae27 100644 --- a/src/components/pages/PaymentStep/PaymentStep.tsx +++ b/src/components/pages/PaymentStep/PaymentStep.tsx @@ -11,6 +11,7 @@ import { Collapse } from '../../atoms/Collapse'; import { Typography } from '../../atoms/Typography'; import { Button } from '../../atoms/Button'; import { Divider } from '../../atoms/Divider'; +import { Link } from '../../atoms/Link'; // ─── Types ─────────────────────────────────────────────────────────────────── @@ -128,7 +129,7 @@ export const PaymentStep: React.FC = ({ Payment - + Your payment is processed securely. You won't be charged more than the total shown. @@ -287,29 +288,13 @@ export const PaymentStep: React.FC = ({ label={ I agree to the{' '} - + service agreement - {' '} + {' '} and{' '} - + privacy policy - + } sx={{ mb: 1, alignItems: 'flex-start', '& .MuiCheckbox-root': { pt: 0.5 } }} diff --git a/src/components/pages/SummaryStep/SummaryStep.tsx b/src/components/pages/SummaryStep/SummaryStep.tsx index 088e4df..4872043 100644 --- a/src/components/pages/SummaryStep/SummaryStep.tsx +++ b/src/components/pages/SummaryStep/SummaryStep.tsx @@ -124,7 +124,7 @@ export const SummaryStep: React.FC = ({ Check everything looks right before confirming. - + You can edit any section by tapping the edit icon.