Merge version_1 into main #2
@@ -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." } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Ranking Visions"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "Email", href: "mailto:info@rankingvisions.com" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Ranking Visions. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user