Update src/app/contact/page.tsx

This commit is contained in:
2026-04-15 09:53:57 +00:00
parent 93b499f397
commit 0b45f9c2c8

View File

@@ -7,6 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import Link from 'next/link';
export default function ContactPage() {
return (
@@ -51,9 +52,8 @@ export default function ContactPage() {
<TextSplitAbout
useInvertedBackground={false}
title="Office Information"
description={[
"Visit our head office in the industrial district.", "We are open Mon-Sat, 8am to 5pm."
]}
description="Visit our head office in the industrial district. We are open Mon-Sat, 8am to 5pm."
textboxLayout="split"
/>
</div>
@@ -63,10 +63,10 @@ export default function ContactPage() {
title="Privacy Policy"
sections={[
{
heading: "Data Handling", content: { type: "paragraph", text: "We handle all client project data with the strictest confidentiality and security." },
heading: "Data Handling", content: { text: "We handle all client project data with the strictest confidentiality and security." },
},
{
heading: "Inquiries", content: { type: "list", items: ["Requests are processed within 24 hours.", "Quotes are valid for 30 days."] },
heading: "Inquiries", content: { items: ["Requests are processed within 24 hours.", "Quotes are valid for 30 days."] },
},
]}
/>