diff --git a/src/app/page.tsx b/src/app/page.tsx index 7142de6..7c2a8dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,8 @@ export default function HomePage() { }))} brandName="JESUS MALVERDE MOVEMENT" button={{ - text: "ENTER MOVEMENT", href: "/contact"}} + text: "ENTER MOVEMENT", href: "/contact" + }} /> @@ -175,7 +176,8 @@ export default function HomePage() { { label: "Context", detail: "Where we belong" }, { label: "Essence", detail: "Who we truly are" }, ], - completedLabel: "Awakened"}, + completedLabel: "Awakened" + }, { title: "System", description: "The structures we inherit and must question.", bentoComponent: "orbiting-icons", centerIcon: Zap, items: [ @@ -204,7 +206,8 @@ export default function HomePage() {