Update src/app/page.tsx

This commit is contained in:
2026-06-02 13:20:06 +00:00
parent cbd761d027
commit a7b11088cc

View File

@@ -2,7 +2,7 @@
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 FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterBase from '@/components/sections/footer/FooterBase';
@@ -194,20 +194,28 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
<ContactSplitForm
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Get in Touch"
title="Ready for a Home Transformation?"
description="Contact Hermes Gordijnen today for a free consultation. Let our experts guide you in selecting the perfect custom curtains and blinds to elevate your living space."
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-organic-dye-collection_23-2148883227.jpg"
imageAlt="Interior design mood board with curtain fabrics and sketches"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Send Message"
termsText="By sending a message, you're confirming that you agree with our Privacy Policy."
title="Partner with Us for Your B2B Curtain Needs"
description="Whether you're an interior designer, a hotel, or a large enterprise, Hermes Gordijnen offers tailored B2B solutions. Fill out the form below to connect with an account manager for quotes, bulk orders, and custom projects."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "company", type: "text", placeholder: "Your Company", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
{ name: "phone", type: "tel", placeholder: "Your Phone (Optional)" }
]}
multiSelect={{
name: "inquiryType", label: "Type of Inquiry", options: ["Quote Request", "Bulk Order", "Account Management", "Partnership", "Other"]
}}
textarea={{
name: "projectDetails", placeholder: "Project Details / Specific Requirements", rows: 5
}}
buttonText="Submit Inquiry"
onSubmit={(data) => console.log(data)}
/>
</div>
@@ -215,15 +223,27 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services", items: [
title: "B2B Solutions", items: [
{
label: "Wholesale Orders", href: "#contact"},
{
label: "Bulk Order Quotes", href: "#contact"},
{
label: "Account Management", href: "#contact"},
{
label: "Partnerships", href: "#contact"},
],
},
{
title: "Residential Services", items: [
{
label: "Custom Curtains", href: "#products"},
{
label: "Blinds & Shades", href: "#products"},
{
label: "Installation", href: "#features"},
label: "Professional Installation", href: "#features"},
{
label: "Consultation", href: "#contact"},
label: "Bespoke Consultation", href: "#contact"},
],
},
{
@@ -235,7 +255,7 @@ export default function LandingPage() {
{
label: "Testimonials", href: "#testimonials"},
{
label: "Contact", href: "#contact"},
label: "Contact Us", href: "#contact"},
],
},
{