diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 835ac11..5c6fcc2 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -30,6 +30,7 @@ export default function DashboardPage() { gridVariant="uniform-all-items-equal" animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} /> diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 1c05ac8..feed3b8 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -27,7 +27,7 @@ export default function PrivacyPage() { diff --git a/src/app/responsible-gaming/page.tsx b/src/app/responsible-gaming/page.tsx index 14983d7..7f1f982 100644 --- a/src/app/responsible-gaming/page.tsx +++ b/src/app/responsible-gaming/page.tsx @@ -35,7 +35,7 @@ export default function ResponsibleGamingPage() { layout="page" title="Responsible Gaming" sections={[ - { heading: "Our Commitment", content: { type: "paragraph", text: "At Swift Haul, we prioritize safety and integrity in everything we do." } } + { heading: "Our Commitment", content: { text: "At Swift Haul, we prioritize safety and integrity in everything we do.", type: "paragraph" } } ]} /> diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx index 33b1ff6..a782db2 100644 --- a/src/app/terms/page.tsx +++ b/src/app/terms/page.tsx @@ -27,7 +27,7 @@ export default function TermsPage() {