Merge version_14 into main
Merge version_14 into main
This commit was merged in pull request #27.
This commit is contained in:
@@ -38,7 +38,7 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-header" data-section="about-header">
|
||||
<div id="about-header" data-section="about-header" style={{ backgroundColor: "#F5F5F0" }}>
|
||||
<TextSplitAbout
|
||||
title="Ronnie Konishi"
|
||||
description={[
|
||||
@@ -48,7 +48,7 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-story" data-section="about-story">
|
||||
<div id="about-story" data-section="about-story" style={{ backgroundColor: "#F5F5F0" }}>
|
||||
<TextSplitAbout
|
||||
title="The Story"
|
||||
description={[
|
||||
@@ -58,7 +58,7 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-mission" data-section="about-mission">
|
||||
<div id="about-mission" data-section="about-mission" style={{ backgroundColor: "#F5F5F0" }}>
|
||||
<TextSplitAbout
|
||||
title="Why I Founded Palante STS"
|
||||
description={[
|
||||
@@ -69,7 +69,7 @@ export default function AboutPage() {
|
||||
/>
|
||||
</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
|
||||
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."
|
||||
@@ -84,7 +84,7 @@ export default function AboutPage() {
|
||||
/>
|
||||
</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
|
||||
title="Who I Serve"
|
||||
description="I partner with families in Southern California seeking professional guidance during senior transitions."
|
||||
@@ -95,7 +95,6 @@ export default function AboutPage() {
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
mediaPosition="right"
|
||||
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,4 +111,4 @@ export default function AboutPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user