Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 829b9dc341 | |||
| 5deee3e1cf | |||
| 4ae6b66633 |
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import { Mail, Phone, MapPin } from "lucide-react";
|
||||
|
||||
@@ -29,7 +28,12 @@ export default function ContactUsPage() {
|
||||
/>
|
||||
</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="flex flex-col items-center text-center p-6 border rounded-lg">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Get Free Consultation"
|
||||
description="Reach out to us for professional roofing and ceiling solutions in Surat."
|
||||
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 className="max-w-4xl mx-auto px-6 mt-12">
|
||||
<div className="w-full h-96 bg-accent/20 rounded-xl flex items-center justify-center border">
|
||||
<p className="text-muted-foreground italic">[Interactive Map Display: Surat, Gujarat]</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user