diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b24d9e9..8dd9145 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -4,7 +4,6 @@ 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 FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -69,22 +68,11 @@ export default function ContactPage() { layout="section" title="Privacy Policy" sections={[ - { heading: "Data Usage", content: { type: "paragraph", text: "We value your privacy and only use data to improve your experience." } } + { heading: "Data Usage", content: { text: "We value your privacy and only use data to improve your experience." } } ]} /> - - ); -} +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index afd5d1f..bb263d2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Nunito_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'Ranking Visions | Digital Agency for Startups', - description: 'Ranking Visions provides creative design, SEO, and ad strategy to help startups scale.', + title: 'Contact Us | Ranking Visions', + description: 'Get in touch with Ranking Visions for your digital growth and strategy needs.', openGraph: { "title": "Ranking Visions", "description": "Effortless design for startups.",