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