Merge version_1 into main #4

Merged
bender merged 4 commits from version_1 into main 2026-03-11 12:28:55 +00:00
4 changed files with 15 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ export default function RegisterPage() {
},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
carouselMode="buttons"
/>
@@ -158,6 +159,7 @@ export default function RegisterPage() {
},
]}
textboxLayout="default"
animationType="scale-rotate"
useInvertedBackground={false}
/>
</div>
@@ -169,6 +171,7 @@ export default function RegisterPage() {
description="See what families are saying about their experience with Family Square."
tag="Testimonials"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{
@@ -207,6 +210,7 @@ export default function RegisterPage() {
description="Family Square is partnered with organizations dedicated to family wellness and connection."
tag="Partners"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
names={["Apple", "Microsoft", "Google", "Amazon", "Meta", "Slack", "Notion", "Figma"]}
logos={[

View File

@@ -95,7 +95,7 @@ export default function EventsPage() {
completedLabel: "Completed"
},
{
title: "Event Details", description: "Get comprehensive information about each event.", bentoComponent: "3d-task-list", heading: "Event Checklist", items: [
title: "Event Details", description: "Get comprehensive information about each event.", bentoComponent: "3d-task-list", title: "Event Checklist", items: [
{
icon: Users,
label: "Invite Family", time: "Day 7"
@@ -125,6 +125,7 @@ export default function EventsPage() {
},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
carouselMode="buttons"
/>
@@ -136,6 +137,7 @@ export default function EventsPage() {
description="See what families are saying about coordinating events on Family Square."
tag="Testimonials"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{

View File

@@ -137,6 +137,7 @@ export default function MessagingPage() {
},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
carouselMode="buttons"
/>
@@ -166,6 +167,7 @@ export default function MessagingPage() {
},
]}
textboxLayout="default"
animationType="scale-rotate"
useInvertedBackground={false}
/>
</div>
@@ -176,6 +178,7 @@ export default function MessagingPage() {
description="See what families are saying about their experience with Family Square."
tag="Testimonials"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{
@@ -207,6 +210,7 @@ export default function MessagingPage() {
description="Family Square is partnered with organizations dedicated to family wellness and connection."
tag="Partners"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
names={[
"Apple", "Microsoft", "Google", "Amazon", "Meta", "Slack", "Notion", "Figma"

View File

@@ -149,6 +149,7 @@ export default function HomePage() {
},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
carouselMode="buttons"
/>
@@ -178,6 +179,7 @@ export default function HomePage() {
},
]}
textboxLayout="default"
animationType="scale-rotate"
useInvertedBackground={false}
/>
</div>
@@ -188,6 +190,7 @@ export default function HomePage() {
description="See what families are saying about their experience with Family Square."
tag="Testimonials"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{
@@ -231,6 +234,7 @@ export default function HomePage() {
description="Family Square is partnered with organizations dedicated to family wellness and connection."
tag="Partners"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
names={[
"Apple", "Microsoft", "Google", "Amazon", "Meta", "Slack", "Notion", "Figma"