Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5deee3e1cf | |||
| 4ae6b66633 |
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import { Mail, Phone, MapPin } from "lucide-react";
|
import { Mail, Phone, MapPin } from "lucide-react";
|
||||||
|
|
||||||
@@ -29,7 +28,12 @@ export default function ContactUsPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact-details" className="py-20">
|
<div id="company-info" className="py-20">
|
||||||
|
<div className="max-w-4xl mx-auto px-6 text-center mb-16">
|
||||||
|
<h2 className="text-4xl font-bold mb-4">About Nikansh Solution</h2>
|
||||||
|
<p className="text-lg text-muted-foreground">Premium roofing and interior solutions provider based in Surat, Gujarat. We specialize in high-quality stone coated tiles, heat out panels, and architectural solutions.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="max-w-4xl mx-auto px-6 grid md:grid-cols-3 gap-8">
|
<div className="max-w-4xl mx-auto px-6 grid md:grid-cols-3 gap-8">
|
||||||
<div className="flex flex-col items-center text-center p-6 border rounded-lg">
|
<div className="flex flex-col items-center text-center p-6 border rounded-lg">
|
||||||
<Phone className="w-10 h-10 mb-4 text-primary" />
|
<Phone className="w-10 h-10 mb-4 text-primary" />
|
||||||
@@ -47,24 +51,12 @@ export default function ContactUsPage() {
|
|||||||
<p className="text-lg">Surat, Gujarat</p>
|
<p className="text-lg">Surat, Gujarat</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div className="max-w-4xl mx-auto px-6 mt-12">
|
||||||
<ContactSplitForm
|
<div className="w-full h-96 bg-accent/20 rounded-xl flex items-center justify-center border">
|
||||||
useInvertedBackground={true}
|
<p className="text-muted-foreground italic">[Interactive Map Display: Surat, Gujarat]</p>
|
||||||
title="Get Free Consultation"
|
</div>
|
||||||
description="Reach out to us for professional roofing and ceiling solutions in Surat."
|
</div>
|
||||||
inputs={[
|
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
|
||||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
|
|
||||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
|
||||||
]}
|
|
||||||
textarea={{
|
|
||||||
name: "message", placeholder: "Describe your roofing or interior requirement", rows: 4,
|
|
||||||
required: true
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-rooftops-city-buildings-with-red-shingles_181624-12846.jpg"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user