Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-11 16:25:35 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function ContactPage() {
@@ -35,11 +35,12 @@ export default function ContactPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactSplit
tag="Get In Touch"
title="How can we help you?"
description="Reach out to our expert team for inquiries about ergonomic setups, bulk orders, or support."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Send Message"
termsText="By sending a message, you agree to our contact policy."

View File

@@ -11,8 +11,8 @@ import { Mulish } from "next/font/google";
export const metadata: Metadata = {
title: 'WorkNest Interiors | Ergonomic Solutions for India',
description: 'Premium ergonomic furniture designed for the modern Indian professional. Improve your workspace, reduce pain.',
title: 'Contact Us | WorkNest Interiors',
description: 'Reach out to WorkNest Interiors for inquiries, support, and ergonomic solutions.',
openGraph: {
"siteName": "WorkNest Interiors"
},