Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e7613c84b3 | |||
| 9bef45b356 | |||
| 64b521125a | |||
| fd7731a2b1 | |||
| 0bb00841fe | |||
| e2a9d4844e | |||
| f026a3dba3 | |||
| 8a849f910e | |||
| 0f2d09ce2d |
@@ -39,7 +39,7 @@ export default function PrivacyPage() {
|
||||
title="Privacy Policy"
|
||||
sections={[
|
||||
{
|
||||
heading: "Data", content: [{ type: "paragraph", text: "We value your data." }]
|
||||
heading: "", content: [{ type: "paragraph", text: "Privacy PolicyEffective Date: [Insert Date]Vertex Auto Solutions (“we,” “our,” or “us”) is committed to protecting your privacy. This Privacy Policy explains how we collect, use, and protect your information when you interact with our website and services.Information We CollectWe collect information that you voluntarily provide to us, including:NameEmail addressDealership nameAny additional information submitted through contact forms or demo requestsHow We Use Your InformationWe use the information we collect to:Respond to inquiries and demo requestsProvide information about our servicesCommunicate with you regarding your interest in our platformImprove our services and user experienceSMS & Communication PolicyBy submitting your information through our website or through a dealership we work with, you agree to receive communications from Vertex Auto Solutions. These communications may include SMS messages, emails, and phone calls related to:Appointment confirmationsLead follow-upsService remindersCustomer supportMessage frequency may vary. Message and data rates may apply.Users may opt out of SMS communications at any time by replying STOP. For assistance, reply HELP or contact us directly.Important: We only send messages to individuals who have opted in through dealership websites, lead forms, or service requests. We do not send unsolicited messages.Data Sharing and SecurityWe do not sell, rent, or share your personal information with third parties for marketing purposes. Your information is used solely to provide our services and communicate with you.We implement reasonable security measures to protect your data.Third-Party ServicesWe may use third-party services (such as messaging platforms, automation tools, and analytics providers) to operate our business. These services may process data on our behalf in accordance with their own privacy policies.Your RightsYou may request access to, correction of, or deletion of your personal information at any time by contacting us.Contact InformationIf you have any questions about this Privacy Policy, please contact us at:Email: [your email here]Location: [City, State]Updates to This PolicyWe may update this Privacy Policy from time to time. Any changes will be posted on this page with an updated effective date." }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -47,7 +47,7 @@ export default function PrivacyPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Vertex Auto"
|
||||
logoText="Vertex Auto "
|
||||
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
|
||||
rightLink={{ text: "Terms of Service", href: "/terms" }}
|
||||
/>
|
||||
@@ -55,4 +55,4 @@ export default function PrivacyPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user