Compare commits
7 Commits
version_16
...
version_18
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a0df5be21 | |||
| 33882aa1c6 | |||
| 57faa6150f | |||
| 22f7873abc | |||
| 9c14b871d7 | |||
| 0f147872df | |||
| 51be7110c1 |
@@ -39,13 +39,22 @@ export default function AboutPage() {
|
||||
</div>
|
||||
|
||||
<div id="about-header" data-section="about-header" style={{ backgroundColor: "#F5F5F0" }}>
|
||||
<TextSplitAbout
|
||||
title="Ronnie Konishi"
|
||||
description={[
|
||||
"Founder & Principal Senior Transition Specialist · California Licensed Realtor · 20 Years Experience", "'I remember wishing there was just one person who could guide us through everything — with both expertise and compassion.'"
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<div className="flex flex-col items-center py-12 px-6 text-center">
|
||||
<img
|
||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1777682323670-1cn0wv19.jpg"
|
||||
alt="Ronnie Konishi"
|
||||
className="w-[120px] h-[120px] rounded-full object-cover mb-4"
|
||||
/>
|
||||
<p className="text-sm text-gray-500 mb-6 max-w-sm">Ronnie Konishi, serving Orange County, LA, Riverside & San Bernardino.</p>
|
||||
<TextSplitAbout
|
||||
title="Ronnie Konishi"
|
||||
description={[
|
||||
"Founder & Principal Senior Transition Specialist · California Licensed Realtor · 20 Years Experience",
|
||||
"'I remember wishing there was just one person who could guide us through everything — with both expertise and compassion.'"
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="about-story" data-section="about-story" style={{ backgroundColor: "#F5F5F0" }}>
|
||||
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us a little about your situation", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-businessman-working-office-analyzing-business-plans-there-are-people-background_637285-187.jpg?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1777680642863-khh8wvic.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-businessman-working-office-analyzing-business-plans-there-are-people-background_637285-187.jpg?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1777680642863-khh8wvic.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user