Merge version_1 into main #4
@@ -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={[
|
||||
|
||||
@@ -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={[
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user