From 36934658ff9efeb0d32ed15a2ab02e47d95c1905 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 08:08:45 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a9d6421..d7fda7e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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: "#"},