+ {/* 1. Celebration Select */}
+
+
+ 1. Celebration Type
+
+ setFormData({ ...formData, eventType: e.target.value })}
+ style={{
+ width: '100%',
+ padding: '13px 14px',
+ borderRadius: '10px',
+ background: '#0D0D0D',
+ border: '1.5px solid rgba(212, 175, 55, 0.3)',
+ color: '#FFFFFF',
+ fontSize: '0.92rem',
+ fontWeight: 600,
+ outline: 'none',
+ cursor: 'pointer',
+ }}
+ >
+ 🎂 Milestone Birthday (30th/50th)
+ 💍 Wedding & Engagement
+ 👶 Baby Shower / Gender Reveal
+ 🍓 Themed / 1st Birthday Party
+ 🎓 Graduation & Milestone Gala
+ 🥂 Corporate Launch & VIP Event
+ 🎈 Balloon Garland Setup Only
+
+
+
+ {/* 2. City Select */}
+
+
+ 2. Your City / Area
+
+ setFormData({ ...formData, location: e.target.value })}
+ style={{
+ width: '100%',
+ padding: '13px 14px',
+ borderRadius: '10px',
+ background: '#0D0D0D',
+ border: '1.5px solid rgba(212, 175, 55, 0.3)',
+ color: '#FFFFFF',
+ fontSize: '0.92rem',
+ fontWeight: 600,
+ outline: 'none',
+ cursor: 'pointer',
+ }}
+ >
+ Palmdale, CA
+ Lancaster, CA
+ Quartz Hill, CA
+ Santa Clarita / Valencia
+ San Fernando Valley
+ Greater Los Angeles
+ Other SoCal Location
+
+
+
+ {/* 3. Name */}
+
+
+ 3. Your Name *
+
+ setFormData({ ...formData, name: e.target.value })}
+ style={{
+ width: '100%',
+ padding: '13px 14px',
+ borderRadius: '10px',
+ background: '#0D0D0D',
+ border: '1.5px solid rgba(255, 255, 255, 0.12)',
+ color: '#FFFFFF',
+ fontSize: '0.92rem',
+ outline: 'none',
+ }}
+ />
+
+
+ {/* 4. Phone */}
+
+
+ 4. Phone Number *
+
+ setFormData({ ...formData, phone: e.target.value })}
+ style={{
+ width: '100%',
+ padding: '13px 14px',
+ borderRadius: '10px',
+ background: '#0D0D0D',
+ border: '1.5px solid rgba(255, 255, 255, 0.12)',
+ color: '#FFFFFF',
+ fontSize: '0.92rem',
+ outline: 'none',
+ }}
+ />
+
+
+
+ {/* Row 2: Vision / Details & Big Submit Button */}
+
+
+
+ 💬
+
+ Event Date & Theme / Colors (Optional)
+
+
+
setFormData({ ...formData, eventDateAndVision: e.target.value })}
+ style={{
+ width: '100%',
+ padding: '13px 14px',
+ borderRadius: '10px',
+ background: '#0D0D0D',
+ border: '1.5px solid rgba(255, 255, 255, 0.12)',
+ color: '#FFFFFF',
+ fontSize: '0.92rem',
+ outline: 'none',
+ }}
+ />
+
+
+
+
+ {isSubmitting ? '⏳' : '✨'}
+ {isSubmitting ? 'Sending Request...' : 'Get A Quote From Jackie →'}
+
+
+
+