Skip to content

Commit

Permalink
rmv the test offering for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncurtisyoga committed Sep 29, 2024
1 parent ce060d0 commit 3c06e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(root)/private-sessions/_lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
} from "@/app/(root)/private-sessions/_lib/types";

export const INDIVIDUAL_OFFERINGS: OfferingType[] = [
{
/*{
title: "0 Session",
price: "1",
description: "1 hour of training",
Expand All @@ -15,7 +15,7 @@ export const INDIVIDUAL_OFFERINGS: OfferingType[] = [
"test Meditation",
],
package: "test - Individual - 1 Session",
},
},*/
{
title: "1 Session",
price: "115",
Expand Down

0 comments on commit 3c06e62

Please sign in to comment.