Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"] },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user