Update src/app/about/page.tsx
This commit is contained in:
@@ -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" }}>
|
||||
|
||||
Reference in New Issue
Block a user