Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-06-09 22:43:08 +00:00

View File

@@ -224,7 +224,7 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
title="Let's Build Your Financial Future" title="Let's Build Your Financial Future"
description="Reach out to us today for a personalized consultation. Our team is ready to answer your questions and help you take the first step towards financial freedom and clarity." description="Reach out to us today for a personalized consultation. Our team is ready to answer your questions and help you take the first step towards financial freedom and clarity. Find us at 123 Wealthy Street, Suite 500, Metropolis, CA 90210."
inputs={[ inputs={[
{ {
name: "name", type: "text", placeholder: "Your Name", required: true, name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -237,8 +237,8 @@ export default function LandingPage() {
name: "message", placeholder: "Your Message", rows: 4, name: "message", placeholder: "Your Message", rows: 4,
required: false, required: false,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-city-buildings_23-2149071418.jpg" imageSrc="https://images.unsplash.com/photo-1587570417937-25e16541f4d9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fGdvb2dsZSUyMG1hcHN8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60"
imageAlt="Modern financial office building exterior" imageAlt="Location map of FCplus Center office"
mediaPosition="left" mediaPosition="left"
buttonText="Send Message" buttonText="Send Message"
/> />
@@ -281,9 +281,9 @@ export default function LandingPage() {
{ {
label: "+1 (555) 123-4567", href: "tel:+15551234567"}, label: "+1 (555) 123-4567", href: "tel:+15551234567"},
{ {
label: "123 Financial Ave, Suite 400", href: "#"}, label: "123 Wealthy Street, Suite 500", href: "#"},
{ {
label: "City, State, 12345", href: "#"}, label: "Metropolis, CA 90210", href: "#"},
], ],
}, },
]} ]}