Update src/app/about/page.tsx

This commit is contained in:
2026-05-01 22:17:29 +00:00
parent 21d5d1d126
commit 3e2654684a

View File

@@ -38,7 +38,7 @@ export default function AboutPage() {
/> />
</div> </div>
<div id="about-header" data-section="about-header"> <div id="about-header" data-section="about-header" style={{ backgroundColor: "#F5F5F0" }}>
<TextSplitAbout <TextSplitAbout
title="Ronnie Konishi" title="Ronnie Konishi"
description={[ description={[
@@ -48,7 +48,7 @@ export default function AboutPage() {
/> />
</div> </div>
<div id="about-story" data-section="about-story"> <div id="about-story" data-section="about-story" style={{ backgroundColor: "#F5F5F0" }}>
<TextSplitAbout <TextSplitAbout
title="The Story" title="The Story"
description={[ description={[
@@ -58,7 +58,7 @@ export default function AboutPage() {
/> />
</div> </div>
<div id="about-mission" data-section="about-mission"> <div id="about-mission" data-section="about-mission" style={{ backgroundColor: "#F5F5F0" }}>
<TextSplitAbout <TextSplitAbout
title="Why I Founded Palante STS" title="Why I Founded Palante STS"
description={[ description={[
@@ -69,7 +69,7 @@ export default function AboutPage() {
/> />
</div> </div>
<div id="bring-to-family" data-section="bring-to-family"> <div id="bring-to-family" data-section="bring-to-family" style={{ backgroundColor: "#F5F5F0" }}>
<MetricSplitMediaAbout <MetricSplitMediaAbout
title="What I Bring to Your Family" title="What I Bring to Your Family"
description="My role is to be your anchor. I combine professional real estate strategy with deep senior care knowledge to ensure you never have to navigate this journey alone." description="My role is to be your anchor. I combine professional real estate strategy with deep senior care knowledge to ensure you never have to navigate this journey alone."
@@ -84,7 +84,7 @@ export default function AboutPage() {
/> />
</div> </div>
<div id="who-i-serve" data-section="who-i-serve"> <div id="who-i-serve" data-section="who-i-serve" style={{ backgroundColor: "#F5F5F0" }}>
<FeatureCardTwentyOne <FeatureCardTwentyOne
title="Who I Serve" title="Who I Serve"
description="I partner with families in Southern California seeking professional guidance during senior transitions." description="I partner with families in Southern California seeking professional guidance during senior transitions."
@@ -95,7 +95,6 @@ export default function AboutPage() {
]} ]}
useInvertedBackground={true} useInvertedBackground={true}
mediaPosition="right" mediaPosition="right"
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
/> />
</div> </div>
@@ -112,4 +111,4 @@ export default function AboutPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }