Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-11 13:50:17 +00:00

View File

@@ -57,9 +57,11 @@ export default function ContactPage() {
description="Success stories from our consulting partners."
testimonials={[
{
id: "c1", title: "Reliable", quote: "R-Dex transformed our network security.", name: "CEO, TechCorp", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-business-office-space_23-2151003785.jpg", imageAlt: "cybersecurity team in office"},
id: "c1", title: "Reliable", quote: "R-Dex transformed our network security.", name: "CEO, TechCorp", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-business-office-space_23-2151003785.jpg", imageAlt: "cybersecurity team in office"
},
{
id: "c2", title: "Fast & Efficient", quote: "They identified our weak points within 24 hours.", name: "CTO, FinBank", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-experts-working-with-tech-devices-neon-lights_23-2151645614.jpg", imageAlt: "cybersecurity team in office"},
id: "c2", title: "Fast & Efficient", quote: "They identified our weak points within 24 hours.", name: "CTO, FinBank", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-experts-working-with-tech-devices-neon-lights_23-2151645614.jpg", imageAlt: "cybersecurity team in office"
}
]}
/>
</div>
@@ -70,10 +72,10 @@ export default function ContactPage() {
title="Privacy and Security Terms"
sections={[
{
heading: "Data Protection", content: { text: "We handle all client data with maximum encryption." },
heading: "Data Protection", content: { type: "paragraph", text: "We handle all client data with maximum encryption." },
},
{
heading: "Client Confidentiality", content: { items: ["Non-disclosure Agreements", "Secure Data Disposal"] },
heading: "Client Confidentiality", content: { type: "list", items: ["Non-disclosure Agreements", "Secure Data Disposal"] },
},
]}
/>