Merge version_1 into main #3
@@ -2,8 +2,8 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
@@ -68,7 +68,7 @@ export default function ContactPage() {
|
||||
layout="section"
|
||||
title="Privacy Policy"
|
||||
sections={[
|
||||
{ heading: "Data Usage", content: { text: "We value your privacy and only use data to improve your experience." } }
|
||||
{ heading: "Data Usage", content: { type: "paragraph", text: "We value your privacy and only use data to improve your experience." } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user