From dbe16278a82145e46b4e22c131b9852eb7eb3228 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:28:49 +0000 Subject: [PATCH 1/4] Update src/app/auth/register/page.tsx --- src/app/auth/register/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/auth/register/page.tsx b/src/app/auth/register/page.tsx index 16087e9..6ce5c69 100644 --- a/src/app/auth/register/page.tsx +++ b/src/app/auth/register/page.tsx @@ -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} /> @@ -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={[ -- 2.49.1 From d3e5cd581e4c06510b6077f8571addf2da6b2008 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:28:50 +0000 Subject: [PATCH 2/4] Update src/app/events/page.tsx --- src/app/events/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 9d2044e..e30e563 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -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={[ { -- 2.49.1 From 1c136843340e5876009f41043e4d1cf761d7221d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:28:50 +0000 Subject: [PATCH 3/4] Update src/app/messaging/page.tsx --- src/app/messaging/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/messaging/page.tsx b/src/app/messaging/page.tsx index 864fc77..beffaf7 100644 --- a/src/app/messaging/page.tsx +++ b/src/app/messaging/page.tsx @@ -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} /> @@ -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" -- 2.49.1 From 9d7cb9daf0ff737377a1e1515645b87790a7b320 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:28:51 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d278eb7..b72b75a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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" -- 2.49.1