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={[ 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={[ { 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" 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"