diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index a160774..3807d72 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -39,29 +39,32 @@ export default function PrivacyPage() { layout="page" title="Privacy Policy" subtitle="Last Updated: October 26, 2023" - sections=[ + sections={[ { heading: "1. Introduction", content: [ { - type: "paragraph", text: "Welcome to Glow Theory. We are committed to protecting your personal information and your right to privacy. If you have any questions or concerns about our policy, or our practices with regards to your personal information, please contact us at support@glowtheory.com."} + type: "paragraph", text: "Welcome to Glow Theory. We are committed to protecting your personal information and your right to privacy. If you have any questions or concerns about our policy, or our practices with regards to your personal information, please contact us at support@glowtheory.com." + } ] }, { heading: "2. Information We Collect", content: [ { - type: "paragraph", text: "We collect personal information that you voluntarily provide to us when you express an interest in obtaining information about us or our products and services, when you participate in activities on the website or otherwise when you contact us."} - , + type: "paragraph", text: "We collect personal information that you voluntarily provide to us when you express an interest in obtaining information about us or our products and services, when you participate in activities on the website or otherwise when you contact us." + }, { type: "list", items: [ - "Personal Information: We may collect names, phone numbers, email addresses, mailing addresses, job titles, contact preferences, contact or authentication data, billing addresses, and other similar information.", "Payment Data: We may collect data necessary to process your payment if you make purchases, such as your payment instrument number (such as a credit card number), and the security code associated with your payment instrument."} + "Personal Information: We may collect names, phone numbers, email addresses, mailing addresses, job titles, contact preferences, contact or authentication data, billing addresses, and other similar information.", "Payment Data: We may collect data necessary to process your payment if you make purchases, such as your payment instrument number (such as a credit card number), and the security code associated with your payment instrument." + ] + } ] }, { - heading: "3. How We Use Your Information", content: [ - { - type: "paragraph", text: "We use personal information collected via our website for a variety of business purposes described below. We process your personal information for these purposes in reliance on our legitimate business interests, in order to enter into or perform a contract with you, with your consent, and/or for compliance with our legal obligations." - } - ] + heading: "3. How We Use Your Information", content: [ + { + type: "paragraph", text: "We use personal information collected via our website for a variety of business purposes described below. We process your personal information for these purposes in reliance on our legitimate business interests, in order to enter into or perform a contract with you, with your consent, and/or for compliance with our legal obligations." + } + ] } ]} /> diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 85965ba..858e6d8 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -87,7 +87,7 @@ function ProductPageContent({ params }: ProductPageProps) { secondaryButtonStyle="radial-glow" headingFontWeight="medium" > -