Update src/app/contact/page.tsx

This commit is contained in:
2026-05-09 12:35:26 +00:00
parent 12e8129f1b
commit 5ebf0b5d9e

View File

@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import Link from 'next/link';
@@ -48,18 +47,6 @@ export default function ContactPage() {
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="section"
title="Privacy Policy"
sections={[
{
heading: "Data Collection", content: "We respect your privacy and protect your data."
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
logoText="Homes R Us Realty"