Merge version_4 into main #10
@@ -30,6 +30,7 @@ export default function DashboardPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -27,7 +27,7 @@ export default function PrivacyPage() {
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Privacy Policy"
|
||||
sections={[{heading: "Data", content: {type: "paragraph", text: "We protect your data."}}]}
|
||||
sections={[{heading: "Data", content: {text: "We protect your data.", type: "paragraph"}}]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -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" } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -27,7 +27,7 @@ export default function TermsPage() {
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Terms of Service"
|
||||
sections={[{heading: "Usage", content: {type: "paragraph", text: "By using our services, you agree to these terms."}}]}
|
||||
sections={[{heading: "Usage", content: {text: "By using our services, you agree to these terms.", type: "paragraph"}}]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user