Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-14 04:37:52 +00:00

View File

@@ -22,7 +22,7 @@ export default function LandingPage() {
cardStyle="gradient-mesh"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="light"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -74,7 +74,7 @@ export default function LandingPage() {
<div id="about-1" data-section="about-1">
<TextSplitAbout
useInvertedBackground={false}
useInvertedBackground={true}
title="Defining Our Bonds"
description={[
"Relationships represent the complex ways in which individuals connect, communicate, and support one another through life's journey.", "Whether professional or personal, building healthy foundations requires deep listening, mutual respect, and a shared vision for growth."
@@ -87,7 +87,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
useInvertedBackground={false}
features={[
{
title: "Familial Connections", description: "Understanding the deep-rooted bonds formed by blood or intentional community.", imageSrc: "https://img.b2bpic.net/free-photo/happy-family-playing-park_23-2148564274.jpg?w=600", titleImageSrc: "https://img.b2bpic.net/free-vector/hand-drawn-family-portrait_23-2148386412.jpg?w=100", buttonText: "Read More"},
@@ -103,7 +103,7 @@ export default function LandingPage() {
<div id="about-2" data-section="about-2">
<TextSplitAbout
useInvertedBackground={false}
useInvertedBackground={true}
title="Cultivating Healthy Dynamics"
description={[
"Healthy relationships are defined by balance, where each individual feels seen, heard, and valued for their unique perspective.", "By fostering equality and autonomy, we build environments where everyone can flourish without fear of coercion or judgment."
@@ -155,4 +155,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}