Update src/app/auth/register/page.tsx
This commit is contained in:
@@ -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={[
|
||||
|
||||
Reference in New Issue
Block a user