Merge version_1 into main #6
@@ -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."] },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user