+ {showContactForm && (
+
+
+
+
Get in Touch
+
+
+
+
+
+ )}
+
@@ -92,7 +223,7 @@ export default function LandingPage() {
testimonialRotationInterval={5000}
buttons={[
{
- text: "Schedule Your Free Design Consultation", href: "#contact"
+ text: "Schedule Your Free Design Consultation", onClick: handleContactClick,
},
]}
buttonAnimation="slide-up"
@@ -253,7 +384,7 @@ export default function LandingPage() {
{
id: "design-consultation", title: "Design Consultation Package", price: "$500", period: "per room", imageSrc:
"http://img.b2bpic.net/free-photo/entrepreneur-collaborates-with-real-estate-team-experts_482257-95542.jpg", imageAlt: "Interior design consultation", button: {
- text: "Get Started", href: "#contact"
+ text: "Get Started", onClick: handleContactClick,
},
features: [
"2-hour in-home consultation", "Personalized design recommendations", "Color palette selection", "Mood board and inspiration gallery", "Implementation timeline and next steps"
@@ -262,7 +393,7 @@ export default function LandingPage() {
{
id: "flooring-installation", title: "Premium Flooring Installation", price: "$2,500+", period: "per room", imageSrc:
"http://img.b2bpic.net/free-photo/design-team-busy-working-talking-concept_53876-31190.jpg", imageAlt: "Flooring installation service", button: {
- text: "Schedule Free Estimate", href: "#contact"
+ text: "Schedule Free Estimate", onClick: handleContactClick,
},
features: [
"Free flooring material selection consultation", "Expert installation by licensed professionals", "Surface preparation and removal of old flooring", "Professional finishing and sealing", "12-month warranty on workmanship"
@@ -271,7 +402,7 @@ export default function LandingPage() {
{
id: "painting-service", title: "Residential Painting Service", price: "$1,200+", period: "per room", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-paint-tubes-palette-wooden-surface_23-2148591232.jpg", imageAlt: "Professional painting service", button: {
- text: "Request Quote", href: "#contact"
+ text: "Request Quote", onClick: handleContactClick,
},
features: [
"Comprehensive color consultation and samples", "Wall preparation and primer application", "Premium interior paint application", "Trim and accent work included", "Cleanup and final walkthrough"
@@ -375,7 +506,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[
{
- text: "Schedule Free Consultation", href: "mailto:hello@brooklyninteriors.com?subject=Design%20Consultation%20Request"
+ text: "Schedule Free Consultation", onClick: handleContactClick,
},
{
text: "Call Now: (718) 555-0123", href: "tel:+17185550123"