Update src/app/page.tsx

This commit is contained in:
2026-06-09 22:43:04 +00:00
parent 21accc8540
commit 7bfe10fa94

View File

@@ -224,7 +224,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
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={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -237,8 +237,8 @@ export default function LandingPage() {
name: "message", placeholder: "Your Message", rows: 4,
required: false,
}}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-city-buildings_23-2149071418.jpg"
imageAlt="Modern financial office building exterior"
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="Location map of FCplus Center office"
mediaPosition="left"
buttonText="Send Message"
/>
@@ -281,9 +281,9 @@ export default function LandingPage() {
{
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: "#"},
],
},
]}