Update src/app/contact/page.tsx
This commit is contained in:
@@ -65,7 +65,7 @@ export default function ContactPage() {
|
||||
{id: "4", title: "How is my data secured?", content: "We use bank-level encryption (AES-256), regular security audits, and comply with GDPR, HIPAA, and SOC 2 Type II standards. Your data is backed up daily and geographically distributed."},
|
||||
{id: "5", title: "Can I export my data?", content: "Yes, you can export all your data in CSV, JSON, or API format at any time. There are no restrictions on data export or portability."}
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32m5rRdd38TAyU0DZCqvrl288SF/a-professional-customer-support-scene-sh-1772006341311-13108250.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32m5rRdd38TAyU0DZCqvrl288SF/a-professional-customer-support-scene-sh-1772006341311-13108250.png"
|
||||
imageAlt="Customer Support Team"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -100,8 +100,7 @@ export default function ContactPage() {
|
||||
logoText="SaaS Pro"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{label: "Features", href: "/#features"},
|
||||
{label: "Pricing", href: "/pricing"},
|
||||
{label: "Security", href: "#"},
|
||||
@@ -118,8 +117,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{label: "Documentation", href: "#"},
|
||||
{label: "API Reference", href: "#"},
|
||||
{label: "Status Page", href: "#"},
|
||||
@@ -127,8 +125,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{label: "Privacy Policy", href: "#"},
|
||||
{label: "Terms of Service", href: "#"},
|
||||
{label: "Cookie Policy", href: "#"},
|
||||
|
||||
Reference in New Issue
Block a user